Displaying 20 results from an estimated 37 matches for "lllvmarchiv".
Did you mean:
lllvmarchive
2011 Mar 09
1
[LLVMdev] Discrepancies between bin/llvm-config --libs and LLVM_LINK_COMPONENTS in CMake.
Hello. When i run
llvm-config --libs jit bitreader bitwriter ipo linker engine
i get:
-lLLVMX86Disassembler -lLLVMX86AsmParser -lLLVMX86CodeGen -lLLVMSelectionDAG
-lLLVMAsmPrinter -lLLVMMCParser -lLLVMX86AsmPrinter -lLLVMX86Utils
-lLLVMX86Info -lLLVMLinker -lLLVMArchive -lLLVMipo -lLLVMBitWriter
-lLLVMBitReader -lLLVMJIT -lLLVMExecutionEngine -lLLVMCodeGen
-lLLVMScalarOpts -lLLVMInstCombine -lLLVMTransformUtils -lLLVMipa
-lLLVMAnalysis -lLLVMTarget -lLLVMMC -lLLVMCore -lLLVMSupport
Now i use in CMakeLists.txt following line:
set(LLVM_LINK_COMPONENTS jit bitread...
2012 Nov 08
2
[LLVMdev] llvm-config --libs failed
...g 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>
2012 Nov 08
0
[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 wrong with the command. If you can't figure out the problem,
post to...
2007 Dec 23
3
[LLVMdev] Odd problem with command line options
...ellsif works as expected, 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...
2012 Nov 08
2
[LLVMdev] llvm-config --libs failed
...m/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. I...
2010 May 05
0
[LLVMdev] Is the option --enable-shared discontinued in 2.7?
.../Release/lib
-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 -l...
2010 May 05
2
[LLVMdev] Is the option --enable-shared discontinued in 2.7?
.../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 -lLLVMCp...
2009 Oct 25
2
[LLVMdev] configuring LLVM 2.6 for OSX 10.4sdk on OSX 10.5 system
...10.4
/Developer/usr/bin/g++-4.0 -arch i386 -bundle -isysroot /
Developer/SDKs/MacOSX10.4u.sdk -L/build/Development -L/llvm-2.6/
lib_osx -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 -
lLLVM...
2012 Nov 09
2
[LLVMdev] llvm-config --libs failed
...: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...
2004 Dec 30
0
[LLVMdev] Primer with LLVM
...in libLLVMLinker.a archive,
that is correct.
> but
> gcc linker reports 'undefined' errors for this functions.
The only thing I can think of is dependencies that libLLVMLinker has.
You will probably want a linke line that looks something like:
gcc -o myapp myapp.o -lLLVMLinker -lLLVMArchive -lLLVMBCReader \
-lLLVMBCWriter -lLLVMCore -lLLVMSupport -lLLVMbzip2 -lLLVMSystem
To get examples of these library specifications, look at the llvm-ld and
gccld tools' Makefiles.
> I don't use the
> makefile system from LLVM because is so complex to incorporate in this point...
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
2012 Nov 09
0
[LLVMdev] llvm-config --libs failed
...d/../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
>&...
2012 Nov 10
0
[LLVMdev] llvm-config --libs failed
...gt; *** 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 s...
2009 Oct 25
0
[LLVMdev] configuring LLVM 2.6 for OSX 10.4sdk on OSX 10.5 system
...r/usr/bin/g++-4.0 -arch i386 -bundle -isysroot /
> Developer/SDKs/MacOSX10.4u.sdk -L/build/Development -L/llvm-2.6/
> lib_osx -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 -...
2010 Nov 05
1
[LLVMdev] Using LLVM components
...LLVMCBackendInfo -lLLVMBlackfinAsmPrinter
-lLLVMBlackfinCodeGen -lLLVMBlackfinInfo -lLLVMBitWriter
-lLLVMX86Disassembler -lLLVMX86AsmParser -lLLVMX86CodeGen
-lLLVMX86AsmPrinter -lLLVMX86Info -lLLVMAsmParser -lLLVMARMDisassembler
-lLLVMARMAsmParser -lLLVMARMCodeGen -lLLVMARMAsmPrinter -lLLVMARMInfo
-lLLVMArchive -lLLVMBitReader -lLLVMAlphaAsmPrinter -lLLVMAsmPrinter
-lLLVMMCParser -lLLVMAlphaCodeGen -lLLVMSelectionDAG -lLLVMCodeGen
-lLLVMScalarOpts -lLLVMInstCombine -lLLVMTransformUtils -lLLVMipa
-lLLVMAnalysis -lLLVMTarget -lLLVMMC -lLLVMCore -lLLVMAlphaInfo
-lLLVMSupport -lLLVMSystem
It seems everythin...
2012 Jul 09
0
[LLVMdev] ExecutionEngine fails to use MCJIT, non-unique static member variables
...LVMDebugInfo -
lLLVMBitWriter -lLLVMX86Disassembler -lLLVMX86AsmParser -lLLVMX86CodeGen
-lLLVMX86Desc -lLLVMSelectionDAG -lLLVMX86AsmPrinter -lLLVMX86Utils
-lLLVMX86Info -
lLLVMAsmPrinter -lLLVMMCParser -lLLVMCodeGen -lLLVMScalarOpts
-lLLVMInstCombine -lLLVMTransformUtils -lLLVMipa -lLLVMAsmParser
-lLLVMArchive -lLLVMBitReader -
lLLVMAnalysis -lLLVMTarget -lLLVMMC -lLLVMCore -lLLVMSupport -lQtGui
-L/usr/lib64 -L/usr/lib64/qt4 -L/usr/X11R6/lib -lQtCore -lgthread-2.0
-lrt -lglib-2.0 -lpthread
Any help is appreciated,
Thomas
2013 Feb 04
1
[LLVMdev] [RFC] Attributes Rewrite (Final)
This was replaced by having a #<num> referenced by the object. Kind of like how metadata is referenced.
-bw
On Feb 3, 2013, at 4:50 PM, Sean Silva <silvas at purdue.edu> wrote:
>> To use an attribute group, an object references the attribute group's ID:
>>
>> attribute_group_ref := attrgroup(<attrgroup_id>)
>
> Is this unused now? I don't see
2004 Dec 30
3
[LLVMdev] Primer with LLVM
Hi, everybody:
I am a beginner with LLVM, in fact today was the first day that I use it.
I have several questions about LLVM:
Can I use LLVM to compile several files (bytecode), scripts (char*) and link
them with external libraries generating *only* one executable (all in
memory)?
Can I invoke externals functions from a guest (LLVM generated) code which
exist in the host code (the code that
2009 Jul 01
0
[LLVMdev] How to best add a dependency on libopagent.a/so?
...lLLVMInstrumentation -lLLVMIA64AsmPrinter
-lLLVMIA64CodeGen -lLLVMJIT -lLLVMExecutionEngine -lLLVMDebugger
-lLLVMCppBackend -lLLVMCellSPUAsmPrinter -lLLVMCellSPUCodeGen
-lLLVMCBackend -lLLVMBitWriter -lLLVMX86AsmPrinter -lLLVMX86CodeGen
-lLLVMMC -lLLVMAsmParser -lLLVMARMAsmPrinter -lLLVMARMCodeGen
-lLLVMArchive -lLLVMBitReader -lLLVMAlphaAsmPrinter -lLLVMAlphaCodeGen
-lLLVMSelectionDAG -lLLVMAsmPrinter -lLLVMCodeGen -lLLVMScalarOpts
-lLLVMTransformUtils -lLLVMipa -lLLVMAnalysis -lLLVMTarget -lLLVMCore
-lLLVMSupport -lLLVMSystem
However, this isn't right if we want to build a program like lli:
$ g+...
2009 Jul 31
2
[LLVMdev] llvm-gcc build of inferno/plan 9 'mk' fails
.../local/lib/LLVMCppBackend.o /opt/local/lib/LLVMCellSPUCodeGen.o
/opt/local/lib/LLVMCellSPUAsmPrinter.o /opt/local/lib/LLVMCBackend.o
-lLLVMBitWriter /opt/local/lib/LLVMX86AsmPrinter.o
/opt/local/lib/LLVMX86CodeGen.o -lLLVMAsmParser
/opt/local/lib/LLVMARMAsmPrinter.o /opt/local/lib/LLVMARMCodeGen.o
-lLLVMArchive -lLLVMBitReader /opt/local/lib/LLVMAlphaCodeGen.o
-lLLVMSelectionDAG /opt/local/lib/LLVMAlphaAsmPrinter.o
-lLLVMAsmPrinter -lLLVMCodeGen -lLLVMScalarOpts -lLLVMTransformUtils
-lLLVMipa -lLLVMAnalysis -lLLVMTarget -lLLVMCore -lLLVMSupport
-lLLVMSystem -o mk Posix.o sh.o arc.o archive.o bufblock.o e...