search for: xpcom_glue_ldopt

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

Did you mean: xpcom_glue_ldopts
2007 Dec 03
2
[LLVMdev] LLVM footprint
...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 \ -lLLVMTarget \ -lLLVMCodeGen \ -lLLVMScalarOpts \ -lLLVMAnalysis \ -lLLVMTransformUtils \...