search for: llvmmsil

Displaying 13 results from an estimated 13 matches for "llvmmsil".

2009 Feb 20
2
[LLVMdev] libLTO warning
....5 branch on my machine and I noticed this warning during the build. *** Warning: Linking the shared library /home/maurice/installation/llvm/Debug/lib/libLTO.la against the non-libtool *** objects /home/maurice/installation/llvm/Debug/lib/LLVMCppBackend.o /home/maurice/installation/llvm/Debug/lib/LLVMMSIL.o /home/maurice/installation/llvm/Debug/lib/LLVMCBackend.o /home/maurice/installation/llvm/Debug/lib/LLVMXCore.o /home/maurice/installation/llvm/Debug/lib/LLVMPIC16.o /home/maurice/installation/llvm/Debug/lib/LLVMCellSPUCodeGen.o /home/maurice/installation/llvm/Debug/lib/LLVMCellSPUAsmPrinter.o /ho...
2009 Feb 20
0
[LLVMdev] libLTO warning
...iced this > warning during the build. > > *** Warning: Linking the shared library > /home/maurice/installation/llvm/Debug/lib/libLTO.la against the non-libtool > *** objects /home/maurice/installation/llvm/Debug/lib/LLVMCppBackend.o > /home/maurice/installation/llvm/Debug/lib/LLVMMSIL.o > /home/maurice/installation/llvm/Debug/lib/LLVMCBackend.o > /home/maurice/installation/llvm/Debug/lib/LLVMXCore.o > /home/maurice/installation/llvm/Debug/lib/LLVMPIC16.o > /home/maurice/installation/llvm/Debug/lib/LLVMCellSPUCodeGen.o > /home/maurice/installation/llvm/Debug/l...
2007 Dec 23
3
[LLVMdev] Odd problem with command line options
...++ -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-install/lib/LLVMAlpha.o /home/rich/llvm-install/lib/LLVMPowerPC.o /home/...
2008 Nov 30
2
[LLVMdev] libLTO on linux
...amic library on Linux, it works fine, but I get an enormous warning from libtool: *** Warning: Linking the shared library /home/nicholas/llvm-commit/Debug/lib/libLTO.la against the non-libtool *** objects /home/nicholas/llvm-commit/Debug/lib/LLVMCppBackend.o /home/nicholas/llvm-commit/Debug/lib/LLVMMSIL.o /home/nicholas/llvm-commit/Debug/lib/LLVMCBackend.o /home/nicholas/llvm-commit/Debug/lib/LLVMXCore.o /home/nicholas/llvm-commit/Debug/lib/LLVMPIC16.o /home/nicholas/llvm-commit/Debug/lib/LLVMCellSPUCodeGen.o /home/nicholas/llvm-commit/Debug/lib/LLVMCellSPUAsmPrinter.o /home/nicholas/llvm-co...
2010 Aug 02
0
[LLVMdev] CMake broken?
I'm seeing this as well, but for the LLVMAlphaAsmParser: CMake Error at cmake/modules/LLVMConfig.cmake:90 (message): Library LLVMAlphaAsmPrinter not found in list of llvm libraries. Call Stack (most recent call first): cmake/modules/LLVMConfig.cmake:27 (explicit_map_components_to_libraries) cmake/modules/LLVMConfig.cmake:20 (explicit_llvm_config) cmake/modules/AddLLVM.cmake:61
2009 Jul 31
2
[LLVMdev] llvm-gcc build of inferno/plan 9 'mk' fails
...un.c shprint.c symtab.c var.c varsub.c word.c llvm-ld -L/opt/local/lib -lpthread -lm /opt/local/lib/LLVMXCore.o /opt/local/lib/LLVMSparcCodeGen.o /opt/local/lib/LLVMSparcAsmPrinter.o /opt/local/lib/LLVMPowerPCAsmPrinter.o /opt/local/lib/LLVMPowerPCCodeGen.o /opt/local/lib/LLVMPIC16.o /opt/local/lib/LLVMMSIL.o /opt/local/lib/LLVMMips.o -lLLVMLinker -lLLVMipo /opt/local/lib/LLVMInterpreter.o -lLLVMInstrumentation /opt/local/lib/LLVMIA64.o /opt/local/lib/LLVMExecutionEngine.o /opt/local/lib/LLVMJIT.o -lLLVMDebugger /opt/local/lib/LLVMCppBackend.o /opt/local/lib/LLVMCellSPUCodeGen.o /opt/local/lib/LLVMCel...
2008 Nov 30
0
[LLVMdev] libLTO on linux
...it works fine, > but I get an enormous warning from libtool: > *** Warning: Linking the shared library > /home/nicholas/llvm-commit/Debug/lib/libLTO.la against the non-libtool > *** objects /home/nicholas/llvm-commit/Debug/lib/LLVMCppBackend.o > /home/nicholas/llvm-commit/Debug/lib/LLVMMSIL.o > /home/nicholas/llvm-commit/Debug/lib/LLVMCBackend.o > /home/nicholas/llvm-commit/Debug/lib/LLVMXCore.o > /home/nicholas/llvm-commit/Debug/lib/LLVMPIC16.o > /home/nicholas/llvm-commit/Debug/lib/LLVMCellSPUCodeGen.o > /home/nicholas/llvm-commit/Debug/lib/LLVMCellSPUAsmPrinter.o &gt...
2009 Jul 31
0
[LLVMdev] llvm-gcc build of inferno/plan 9 'mk' fails
On Thu, Jul 30, 2009 at 11:03 PM, james northrup<northrup.james at gmail.com> wrote: > CC="p llvm-gcc-4.2 `llvm-config --cflags` -march=i386  --emit-llvm -O0 >  -c -I$PLAT/include -I$ROOT/include -I$ROOT/utils/    include" > LD="p llvm-ld `llvm-config --ldflags --libs all  `" > AR="p llvm-ar crvs" Using llvm-ar+llvm-ld is likely to give you bad
2008 Feb 21
0
[LLVMdev] llvm 2.2 install and ocaml bindings
...get working .cma's by somehow building the bindings against an installed llvm-config. LLVMers, what's the advantage to building .o files instead of .a's for these libs? LLVMARM.o LLVMAlpha.o LLVMCBackend.o LLVMCellSPU.o LLVMExecutionEngine.o LLVMIA64.o LLVMInterpreter.o LLVMJIT.o LLVMMSIL.o LLVMMips.o LLVMPowerPC.o LLVMSparc.o LLVMX86.o This wouldn't be a problem if these components used .a's instead, since ld's search paths are set up correctly. The options I see are: Use archive libraries instead of objects for the above. Link the above .o files into .a's just...
2010 Aug 02
6
[LLVMdev] CMake broken?
Hi all, CMake seems to have broken in the last few days - or is it just me? tcare:llvm-release tcare$ make -j4 -- Target triple: x86_64-apple-darwin10.5.0 -- Native target architecture is X86 -- Threads enabled. -- Building with -fPIC -- Targeting X86 CMake Error at cmake/modules/LLVMConfig.cmake:90 (message): Library LLVMARMAsmParser not found in list of llvm libraries. Call Stack (most
2009 Nov 01
1
[LLVMdev] Issue compiling LLVM 2.6 on Windows with MinGW
...target LLVMCBackend [ 45%] Built target LLVMCBackendInfo [ 45%] Built target LLVMCppBackend [ 45%] Built target LLVMCppBackendInfo [ 47%] Built target MipsCodeGenTable_gen [ 50%] Built target LLVMMipsCodeGen [ 50%] Built target LLVMMipsInfo [ 50%] Built target LLVMMipsAsmPrinter [ 50%] Built target LLVMMSIL [ 50%] Built target LLVMMSILInfo [ 52%] Built target PowerPCCodeGenTable_gen [ 56%] Built target LLVMPowerPCCodeGen [ 56%] Built target LLVMPowerPCInfo [ 56%] Built target LLVMPowerPCAsmPrinter [ 58%] Built target X86CodeGenTable_gen [ 62%] Built target LLVMX86CodeGen [ 63%] Built target LLVMX86Inf...
2008 Feb 21
2
[LLVMdev] llvm 2.2 install and ocaml bindings
I've run into a problem with the ocaml bindings and the jit. It builds fine without the jit, but when I try to include it it tries to use the c object files from the build location, instead of the install location: > llvm-config --libdir --libfiles engine /opt/local/lib /opt/local/lib/LLVMX86.o /opt/local/lib/libLLVMSelectionDAG.a /opt/local/lib/libLLVMCodeGen.a
2008 Dec 18
0
[LLVMdev] Troubles with clang and llvm libraries and simple Xcode project
...ing: 'numParams' may be used uninitialized in this function .. llvm[2]: Linking Release Shared Library LTO.dylib *** Warning: Linking the shared library /code/llvm/Release/lib/ libLTO.la against the non-libtool *** objects /code/llvm/Release/lib/LLVMCppBackend.o /code/llvm/ Release/lib/LLVMMSIL.o /code/llvm/Release/lib/LLVMCBackend.o /code/ llvm/Release/lib/LLVMXCore.o /code/llvm/Release/lib/LLVMPIC16.o /code/ llvm/Release/lib/LLVMCellSPUCodeGen.o /code/llvm/Release/lib/ LLVMCellSPUAsmPrinter.o /code/llvm/Release/lib/LLVMMips.o /code/llvm/ Release/lib/LLVMARMAsmPrinter.o /code/llvm/Re...