search for: lllvmasmparser

Displaying 20 results from an estimated 61 matches for "lllvmasmparser".

Did you mean: llvmasmparser
2010 Jul 30
2
[LLVMdev] Building LLVM 2.7 on OpenSolaris
.... In fact, at the top level Makefile.rules, the variable is set to "support system", however, these do not seem to make it to the 'opt' make context. The list of libraries for 'opt' is (from the g++ link command): ... -lLLVMipo -lLLVMScalarOpts -lLLVMInstrumentation -lLLVMAsmParser - lLLVMBitWriter -lLLVMBitReader ... It is missing at a minimum LLVMCore, which when added reduces the unresolved externals to 400+. Guidance about how to deal with the link process would be great. [Background] $ uname -a SunOS A64009 5.11 snv_111b i86pc i386 i86pc GCC-4.4.4, GMP-4.3.2,...
2013 Nov 21
2
[LLVMdev] Building LLVM with asan
...se+Asserts/lib -L/usr/lib/gcc/x86_64-linux-gnu/4.8 -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu -L/lib/x86_64-linux-gnu -L/lib/../lib64 -L/usr/lib/x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../.. -L/lib -L/usr/lib -R "\$ORIGIN" --whole-archive -lLLVMAnalysis -lLLVMAsmParser -lLLVMAsmPrinter -lLLVMBitReader -lLLVMBitWriter -lLLVMCodeGen -lLLVMCore -lLLVMDebugInfo -lLLVMExecutionEngine -lLLVMInstCombine -lLLVMInstrumentation -lLLVMInterpreter -lLLVMipa -lLLVMipo -lLLVMIRReader -lLLVMLinker -lLLVMLTO -lLLVMMC -lLLVMMCDisassembler -lLLVMMCJIT -lLLVMMCParser -lLLVMObjCARCO...
2010 Mar 21
3
[LLVMdev] LLVM on Solaris/Intel?
> I don't know anything about Solaris, but your paste doesn't actually > contain any errors, just warnings (unless I'm reading "ld: warning: > relocation error:" wrong). It might help to run make without -j until > it fails, and then use `make VERBOSE=1` to print the exact commands > it's running. Sorry. There was so much output I wasn't sure how much
2013 Nov 21
2
[LLVMdev] Building LLVM with asan
...-svn/build_Release+Asserts+Sanitize/Release+Asserts/lib -L/home/kfischer/julia/deps/llvm-svn/build_Release+Asserts+Sanitize/Release+Asserts/lib -shared -o /home/kfischer/julia/deps/llvm-svn/build_Release+Asserts+Sanitize/Release+Asserts/lib/ libLLVM-3.5svn.so -Wl,--whole-archive -lLLVMAnalysis -lLLVMAsmParser -lLLVMAsmPrinter -lLLVMBitReader -lLLVMBitWriter -lLLVMCodeGen -lLLVMCore -lLLVMDebugInfo -lLLVMExecutionEngine -lLLVMInstCombine -lLLVMInstrumentation -lLLVMInterpreter -lLLVMipa -lLLVMipo -lLLVMIRReader -lLLVMLinker -lLLVMLTO -lLLVMMC -lLLVMMCDisassembler -lLLVMMCJIT -lLLVMMCParser -lLLVMObjCARCO...
2010 Jul 30
0
[LLVMdev] Building LLVM 2.7 on OpenSolaris
...evel Makefile.rules, the variable is set to "support system", > however, these do not seem to make it to the 'opt' make context. > > The list of libraries for 'opt' is (from the g++ link command): > > ... -lLLVMipo -lLLVMScalarOpts -lLLVMInstrumentation -lLLVMAsmParser - > lLLVMBitWriter -lLLVMBitReader ... > > It is missing at a minimum LLVMCore, which when added reduces the > unresolved externals to 400+. > > Guidance about how to deal with the link process would be great. > It should work, however, none of us that I know of have acc...
2012 May 05
1
[LLVMdev] how compile subproject
Beckert Frey <beckert.frey at yahoo.com> writes: [snip] > Is InstCombine required for lli? Yes: $ llvm-config --libs mcjit jit interpreter nativecodegen bitreader asmparser selectiondag -lLLVMAsmParser -lLLVMBitReader -lLLVMX86CodeGen -lLLVMX86Desc -lLLVMX86Info -lLLVMX86AsmPrinter -lLLVMX86Utils -lLLVMSelectionDAG -lLLVMAsmPrinter -lLLVMMCParser -lLLVMInterpreter -lLLVMJIT -lLLVMCodeGen -lLLVMScalarOpts -lLLVMInstCombine -lLLVMTransformUtils -lLLVMipa -lLLVMAnalysis -lLLVMMCJIT -lLLVMRuntimeDyld...
2008 Feb 21
0
[LLVMdev] LLVM Win32 Issue
...ng a few llvm .lib or .obj files. What is the set of llvm object > files needed at link time for Win32 on X86 JIT? This is what I use on MinGW. It is for 2.1. I hope 2.2 is similar: LIBFILES = $(LLVM_LIB_PATH)LLVMX86.o \ $(LLVM_LIB_PATH)LLVMExecutionEngine.o \ $(LLVM_LIB_PATH)LLVMJIT.o \ -lLLVMAsmParser \ -lLLVMSelectionDAG \ -lLLVMCodeGen \ -lLLVMScalarOpts \ -lLLVMTransformUtils \ -lLLVMAnalysis \ -lLLVMTarget \ -lLLVMCore \ -lLLVMSupport \ -lLLVMSystem \ -lpsapi \ -ldbghelp If you are on VS, .o is .obj and -lLLVMWhatever is Whatever.lib. If you still have problems, examine the com...
2013 Nov 21
0
[LLVMdev] Building LLVM with asan
...se+Asserts/lib -L/usr/lib/gcc/x86_64-linux-gnu/4.8 -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu -L/lib/x86_64-linux-gnu -L/lib/../lib64 -L/usr/lib/x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../.. -L/lib -L/usr/lib -R "\$ORIGIN" --whole-archive -lLLVMAnalysis -lLLVMAsmParser -lLLVMAsmPrinter -lLLVMBitReader -lLLVMBitWriter -lLLVMCodeGen -lLLVMCore -lLLVMDebugInfo -lLLVMExecutionEngine -lLLVMInstCombine -lLLVMInstrumentation -lLLVMInterpreter -lLLVMipa -lLLVMipo -lLLVMIRReader -lLLVMLinker -lLLVMLTO -lLLVMMC -lLLVMMCDisassembler -lLLVMMCJIT -lLLVMMCParser -lLLVMObjCARCO...
2012 Nov 08
2
[LLVMdev] llvm-config --libs failed
...clude $(LEVEL)/Makefile.common And while executing make in build directory I get error: /home/[...]/dev/llvm/src/projects/test/build/../Makefile.llvm.rules:963: *** llvm-config --libs failed. Stop. [...] - I deleted this part What is interesting, if I run llvm-config --libs in termial, I get: -lLLVMAsmParser -lLLVMInstrumentation -lLLVMLinker -lLLVMArchive [...] -lLLVMSupport (and a lot more) What should I do to fix this issue? Thank you! -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20121108/1a4fa8c5/attachment...
2013 Nov 21
2
[LLVMdev] Building LLVM with asan
...r/lib/gcc/x86_64-linux-gnu/4.8 > -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu > -L/lib/x86_64-linux-gnu -L/lib/../lib64 -L/usr/lib/x86_64-linux-gnu > -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../.. -L/lib -L/usr/lib -R > "\$ORIGIN" --whole-archive -lLLVMAnalysis -lLLVMAsmParser -lLLVMAsmPrinter > -lLLVMBitReader -lLLVMBitWriter -lLLVMCodeGen -lLLVMCore -lLLVMDebugInfo > -lLLVMExecutionEngine -lLLVMInstCombine -lLLVMInstrumentation > -lLLVMInterpreter -lLLVMipa -lLLVMipo -lLLVMIRReader -lLLVMLinker -lLLVMLTO > -lLLVMMC -lLLVMMCDisassembler -lLLVMMCJIT -lLLVMMCP...
2013 Nov 21
0
[LLVMdev] Building LLVM with asan
...ase+Asserts+Sanitize/Release+Asserts/lib > -L/home/kfischer/julia/deps/llvm-svn/build_Release+Asserts+Sanitize/Release+Asserts/lib > -shared -o > /home/kfischer/julia/deps/llvm-svn/build_Release+Asserts+Sanitize/Release+Asserts/lib/libLLVM-3.5svn.so > -Wl,--whole-archive -lLLVMAnalysis -lLLVMAsmParser -lLLVMAsmPrinter > -lLLVMBitReader -lLLVMBitWriter -lLLVMCodeGen -lLLVMCore -lLLVMDebugInfo > -lLLVMExecutionEngine -lLLVMInstCombine -lLLVMInstrumentation > -lLLVMInterpreter -lLLVMipa -lLLVMipo -lLLVMIRReader -lLLVMLinker -lLLVMLTO > -lLLVMMC -lLLVMMCDisassembler -lLLVMMCJIT -lLLVMMCP...
2008 Feb 21
3
[LLVMdev] LLVM Win32 Issue
Hello all, I'm trying to bring an LLVM-based project that is working on Linux up on Win32. I am having problems with llvm::ExecutionEngine::create returning a NULL. I traced it to these lines: // Unless the interpreter was explicitly selected, try making a JIT. if (!ForceInterpreter && JITCtor) EE = JITCtor(MP, ErrorStr); // If we can't make a JIT, make an
2014 Jul 02
2
[LLVMdev] Porting pass from llvm 3.1 to 3.4
...mpaio/3.2/ddg/build/tools/dynamic-graph && /usr/bin/cmake -E cmake_link_script CMakeFiles/cdag_disk.dir/link.txt --verbose=1 /usr/bin/g++-4.6 CMakeFiles/cdag_disk.dir/cdag_disk.cxx.o -o cdag_disk -rdynamic -L/home/sampaio/llvm/lib ../../lib/analysis/libddg-analysis.a -lLLVMBitReader -lLLVMAsmParser -lLLVMAnalysis -lLLVMTarget -lLLVMCore -lLLVMMC -lLLVMObject -lLLVMSupport -ldl -lpthread -lboost_iostreams-mt -Wl,-rpath,/home/sampaio/llvm/lib: CMakeFiles/cdag_disk.dir/cdag_disk.cxx.o:(.data.rel.ro._ZTIN4llvm2cl15OptionValueCopyISsEE[typeinfo for llvm::cl::OptionValueCopy<std::basic_string&lt...
2013 Nov 21
0
[LLVMdev] Building LLVM with asan
...-linux-gnu/4.8 >> -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu >> -L/lib/x86_64-linux-gnu -L/lib/../lib64 -L/usr/lib/x86_64-linux-gnu >> -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../.. -L/lib -L/usr/lib -R >> "\$ORIGIN" --whole-archive -lLLVMAnalysis -lLLVMAsmParser -lLLVMAsmPrinter >> -lLLVMBitReader -lLLVMBitWriter -lLLVMCodeGen -lLLVMCore -lLLVMDebugInfo >> -lLLVMExecutionEngine -lLLVMInstCombine -lLLVMInstrumentation >> -lLLVMInterpreter -lLLVMipa -lLLVMipo -lLLVMIRReader -lLLVMLinker -lLLVMLTO >> -lLLVMMC -lLLVMMCDisassembler -lLLV...
2014 Dec 17
5
[LLVMdev] How to figure out what #includes are needed?
...ags --libs all` $lvm-config --cxxflags --libs all -I/usr/local/include -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -g -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -Woverloaded-virtual -Wcast-qual -lLLVMInstrumentation -lLLVMIRReader -lLLVMAsmParser -lLLVMDebugInfo -lLLVMOption -lLLVMLTO -lLLVMLinker -lLLVMipo -lLLVMVectorize -lLLVMBitWriter -lLLVMBitReader -lLLVMTableGen -lLLVMR600CodeGen -lLLVMR600Desc -lLLVMR600Info -lLLVMR600AsmPrinter -lLLVMSystemZDisassembler -lLLVMSystemZCodeGen -lLLVMSystemZAsmParser -lLLVMSystemZDesc -lLLVMSystemZInfo...
2011 Aug 03
0
[LLVMdev] Building LLVM on Solaris/Sparc
...; -lLLVM-2.9svn -lpthread -lmalloc -lm It seems like you're missing a whole bunch of libraries on the command line. This is what I have when I compile it: -lLLVMipo -lLLVMScalarOpts -lLLVMInstCombine -lLLVMInstrumentation -lLLVMTransformUtils -lLLVMipa -lLLVMAnalysis -lLLVMTarget -lLLVMMC -lLLVMAsmParser -lLLVMBitWriter -lLLVMBitReader -lLLVMCore -lLLVMSupport I'm not sure what the -lLLVM-2.9svn is... -bw
2012 Nov 08
0
[LLVMdev] llvm-config --libs failed
...And while executing make in build directory I get error: > /home/[...]/dev/llvm/src/projects/test/build/../Makefile.llvm.rules:963: > *** llvm-config --libs failed. Stop. > > [...] - I deleted this part > > What is interesting, if I run llvm-config --libs in termial, I get: > -lLLVMAsmParser -lLLVMInstrumentation -lLLVMLinker -lLLVMArchive [...] > -lLLVMSupport (and a lot more) > > What should I do to fix this issue? First of all, execute make like this: make VERBOSE=1 to see the actual command that is being executed. Doing that will show what's wrong with the command....
2012 Nov 08
2
[LLVMdev] llvm-config --libs failed
...irectory I get error: > > /home/[...]/dev/llvm/src/projects/test/build/../Makefile.llvm.rules:963: > > *** llvm-config --libs failed. Stop. > > > > [...] - I deleted this part > > > > What is interesting, if I run llvm-config --libs in termial, I get: > > -lLLVMAsmParser -lLLVMInstrumentation -lLLVMLinker -lLLVMArchive [...] > > -lLLVMSupport (and a lot more) > > > > What should I do to fix this issue? > > First of all, execute make like this: > > make VERBOSE=1 > > to see the actual command that is being executed. Doing that wil...
2010 May 05
0
[LLVMdev] Is the option --enable-shared discontinued in 2.7?
...-L/tmp/llvm-build/2.7/llvm-objects/Release/lib -shared -o /tmp/llvm-build/2.7/llvm-objects/Release/lib/libLLVM-2.7.so -Wl,--whole-archive -lLLVMARMAsmParser -lLLVMARMAsmPrinter -lLLVMARMCodeGen -lLLVMARMInfo -lLLVMAlphaAsmPrinter -lLLVMAlphaCodeGen -lLLVMAlphaInfo -lLLVMAnalysis -lLLVMArchive -lLLVMAsmParser -lLLVMAsmPrinter -lLLVMBitReader -lLLVMBitWriter -lLLVMBlackfinAsmPrinter -lLLVMBlackfinCodeGen -lLLVMBlackfinInfo -lLLVMCBackend -lLLVMCBackendInfo -lLLVMCellSPUAsmPrinter -lLLVMCellSPUCodeGen -lLLVMCellSPUInfo -lLLVMCodeGen -lLLVMCore -lLLVMCppBackend -lLLVMCppBackendInfo -lLLVMExecutionEngi...
2010 May 05
2
[LLVMdev] Is the option --enable-shared discontinued in 2.7?
...d/2.7/llvm-objects/Release/lib  -shared -o > /tmp/llvm-build/2.7/llvm-objects/Release/lib/libLLVM-2.7.so > -Wl,--whole-archive -lLLVMARMAsmParser -lLLVMARMAsmPrinter -lLLVMARMCodeGen > -lLLVMARMInfo -lLLVMAlphaAsmPrinter -lLLVMAlphaCodeGen -lLLVMAlphaInfo > -lLLVMAnalysis -lLLVMArchive -lLLVMAsmParser -lLLVMAsmPrinter > -lLLVMBitReader -lLLVMBitWriter -lLLVMBlackfinAsmPrinter > -lLLVMBlackfinCodeGen -lLLVMBlackfinInfo -lLLVMCBackend -lLLVMCBackendInfo > -lLLVMCellSPUAsmPrinter -lLLVMCellSPUCodeGen -lLLVMCellSPUInfo -lLLVMCodeGen > -lLLVMCore -lLLVMCppBackend -lLLVMCppBackendInfo -lLL...