2011-01-19 03:36:41 +00:00
|
|
|
# Mom, Dad, if you're reading this, I'm very sorry.
|
|
|
|
|
|
|
|
include configs/linux-llvm.llvmcore
|
|
|
|
|
|
|
|
llvmcore:
|
2011-03-27 09:20:16 +00:00
|
|
|
g++ -fPIC -shared -o libllvmcore-$(shell llvm-config --version).so -Wl,--whole-archive $(shell llvm-config --ldflags) $(LLVM_LIBS) -Wl,--no-whole-archive
|