Extracting parts of the formatting method into configuration and an options helper...
[cslatevm.git] / src / plugins / llvm-lib.mk
blobf65a81d46df9b73880b74eae708b8f0ef4559797
1 #Build llvm plugin
3 PACKAGES = Analysis Core BitWriter
5 lib/llvm-lib.so:
6 g++ -shared -o lib/llvm-lib.so -Wl,-whole-archive `llvm-config --libfiles $(PACKAGES)` -Wl,-no-whole-archive
8 clean:
9 rm lib/llvm-lib.so