search for: lllvminstrumentation

Displaying 20 results from an estimated 56 matches for "lllvminstrumentation".

2010 Jul 30
2
[LLVMdev] Building LLVM 2.7 on OpenSolaris
...rrect set of libraries. 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...
2013 Nov 21
2
[LLVMdev] Building LLVM with asan
.../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 -lLLVMObjCARCOpts -lLLVMObject -lLLVMOption -lLLVMRuntimeDyld -lLLVMScalarOpts -lLLVMSelectionDAG -lLLVMSupport -lLLVMTarget -lLLVMTransformUtils -lLLVMVectorize -lLL...
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
...-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 -lLLVMObjCARCOpts -lLLVMObject -lLLVMOption -lLLVMRuntimeDyld -lLLVMScalarOpts -lLLVMSelectionDAG -lLLVMSupport -lLLVMTarget -lLLVMTransformUtils -lLLVMVectorize -lLL...
2010 Jul 30
0
[LLVMdev] Building LLVM 2.7 on OpenSolaris
...t, 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. > It should work, however, none of us that I...
2013 Nov 21
0
[LLVMdev] Building LLVM with asan
.../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 -lLLVMObjCARCOpts -lLLVMObject -lLLVMOption -lLLVMRuntimeDyld -lLLVMScalarOpts -lLLVMSelectionDAG -lLLVMSupport -lLLVMTarget -lLLVMTransformUtils -lLLVMVectorize -lLL...
2012 Nov 08
2
[LLVMdev] llvm-config --libs failed
...akefile.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.html>
2013 Nov 21
2
[LLVMdev] Building LLVM with asan
...6_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 -lLLVMObjCARCOpts > -lLLVMObject -lLLVMOption -lLLVMRuntimeDyld -lLLVMScalarOpts > -lLLVMSelectionDAG -lLLVMSupport -lLLVMTarget -lLLVMTransformUtils...
2013 Nov 21
0
[LLVMdev] Building LLVM with asan
...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 -lLLVMObjCARCOpts > -lLLVMObject -lLLVMOption -lLLVMRuntimeDyld -lLLVMScalarOpts > -lLLVMSelectionDAG -lLLVMSupport -lLLVMTarget -lLLVMTransformUtils...
2013 Nov 21
0
[LLVMdev] Building LLVM with asan
...gt;> -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 -lLLVMObjCARCOpts >> -lLLVMObject -lLLVMOption -lLLVMRuntimeDyld -lLLVMScalarOpts >> -lLLVMSelectionDAG -lLLVMSupport -lLLVMTarget -lLLV...
2014 Dec 17
5
[LLVMdev] How to figure out what #includes are needed?
...LVMDIBuilder.cpp `llvm-config --cxxflags --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 -lLL...
2011 Aug 03
0
[LLVMdev] Building LLVM on Solaris/Sparc
....o /n/fs/scratch/tpondich/ParallelAssert/llvm-objects/tools/opt/Debug+Asserts/opt.o \ > -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
...ing 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. If you can't figur...
2007 Dec 23
3
[LLVMdev] Odd problem with command line options
...ed, but I'd like to figure out what's going wrong. The link command is: g++ -o ellsif ellsif.o elsa.o -g -Wall ../elsa/libelsa.a ../elkhound/libelkhound.a ../ast/libast.a ../smbase/libsmbase.a -L/home/rich/llvm-install/lib -lpthread -ldl -lm -lelf -lLLVMLinker -lLLVMArchive -lLLVMipo -lLLVMInstrumentation -lLLVMBitWriter -lLLVMBitReader /home/rich/llvm-install/lib/LLVMMSIL.o /home/rich/llvm-install/lib/LLVMCBackend.o /home/rich/llvm-install/lib/LLVMCellSPU.o /home/rich/llvm-install/lib/LLVMMips.o /home/rich/llvm-install/lib/LLVMARM.o /home/rich/llvm-install/lib/LLVMIA64.o /home/rich/llvm-inst...
2012 Nov 08
2
[LLVMdev] llvm-config --libs failed
...rror: > > /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...
2010 May 05
0
[LLVMdev] Is the option --enable-shared discontinued in 2.7?
...VMBitReader -lLLVMBitWriter -lLLVMBlackfinAsmPrinter -lLLVMBlackfinCodeGen -lLLVMBlackfinInfo -lLLVMCBackend -lLLVMCBackendInfo -lLLVMCellSPUAsmPrinter -lLLVMCellSPUCodeGen -lLLVMCellSPUInfo -lLLVMCodeGen -lLLVMCore -lLLVMCppBackend -lLLVMCppBackendInfo -lLLVMExecutionEngine -lLLVMInstCombine -lLLVMInstrumentation -lLLVMInterpreter -lLLVMJIT -lLLVMLinker -lLLVMMBlazeAsmPrinter -lLLVMMBlazeCodeGen -lLLVMMBlazeInfo -lLLVMMC -lLLVMMCParser -lLLVMMSIL -lLLVMMSILInfo -lLLVMMSP430AsmPrinter -lLLVMMSP430CodeGen -lLLVMMSP430Info -lLLVMMipsAsmPrinter -lLLVMMipsCodeGen -lLLVMMipsInfo -lLLVMPIC16AsmPrinter -lLLVMP...
2010 May 05
2
[LLVMdev] Is the option --enable-shared discontinued in 2.7?
...LVMBitWriter -lLLVMBlackfinAsmPrinter > -lLLVMBlackfinCodeGen -lLLVMBlackfinInfo -lLLVMCBackend -lLLVMCBackendInfo > -lLLVMCellSPUAsmPrinter -lLLVMCellSPUCodeGen -lLLVMCellSPUInfo -lLLVMCodeGen > -lLLVMCore -lLLVMCppBackend -lLLVMCppBackendInfo -lLLVMExecutionEngine > -lLLVMInstCombine -lLLVMInstrumentation -lLLVMInterpreter -lLLVMJIT > -lLLVMLinker -lLLVMMBlazeAsmPrinter -lLLVMMBlazeCodeGen -lLLVMMBlazeInfo > -lLLVMMC -lLLVMMCParser -lLLVMMSIL -lLLVMMSILInfo -lLLVMMSP430AsmPrinter > -lLLVMMSP430CodeGen -lLLVMMSP430Info -lLLVMMipsAsmPrinter -lLLVMMipsCodeGen > -lLLVMMipsInfo -lLLVMPIC16Asm...
2009 Oct 25
2
[LLVMdev] configuring LLVM 2.6 for OSX 10.4sdk on OSX 10.5 system
...F/build/Development -filelist /build/codegen.build/Objects- normal/i386/codegen.LinkFileList -mmacosx-version-min=10.4 - lCompilerDriver -lLLVMAnalysis -lLLVMArchive -lLLVMAsmParser - lLLVMAsmPrinter -lLLVMBitReader -lLLVMBitWriter -lLLVMCodeGen - lLLVMCore -lLLVMDebugger -lLLVMExecutionEngine -lLLVMInstrumentation - lLLVMInterpreter -lLLVMipa -lLLVMipo -lLLVMJIT -lLLVMLinker -lLLVMMC - lLLVMScalarOpts -lLLVMSelectionDAG -lLLVMSupport -lLLVMSystem - lLLVMTarget -lLLVMTransformUtils -lLLVMX86AsmParser - lLLVMX86AsmPrinter -lLLVMX86CodeGen -lLLVMX86Info -lLTO -lLTO - lplugin_llvmc_Base -lplugin_llvmc_Clang...
2012 Nov 09
2
[LLVMdev] llvm-config --libs failed
...s/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 act...
2010 May 04
3
[LLVMdev] Is the option --enable-shared discontinued in 2.7?
On Thu, Apr 29, 2010 at 6:31 PM, Jeffrey Yasskin <jyasskin at google.com> wrote: > On Wed, Apr 28, 2010 at 10:48 AM, Yuri <yuri at tsoft.com> wrote: >> Jeffrey Yasskin wrote: >>> >>> We currently use two different techniques to get whole libraries >>> included into the .so. On Linux (gnu ld and gold), we pass >>> --whole-archive, while on