search for: bsmedberg_mozilla

Displaying 1 result from an estimated 1 matches for "bsmedberg_mozilla".

2007 Dec 03
2
[LLVMdev] LLVM footprint
...s this normal? Am I linking to "too much" or not using the correct link flags? Note that I'm not using the LLVM build system, I'm using the Mozilla build system and manually pulling in the libraries I needed to resolve symbols... The makefile is here: http://hg.mozilla.org/users/bsmedberg_mozilla.com/llvm-test/?file/e021a9901b98/Makefile.in EXTRA_DSO_LDOPTS = \ $(XPCOM_GLUE_LDOPTS) \ $(NSPR_LIBS) \ -L$(LLVM_PREFIX)/lib \ $(LLVM_PREFIX)/lib/LLVMJIT.o \ $(LLVM_PREFIX)/lib/LLVMExecutionEngine.o \ $(LLVM_PREFIX)/lib/LLVMInterpreter.o \ $(LLVM_PREFIX)/lib/LLVMX86.o \ -lLLVMTarg...