Displaying 15 results from an estimated 15 matches for "llvmcppbackend".
2009 Apr 09
2
[LLVMdev] Link error building llc
...L/home/neale/LLVM/llvm/Debug/lib -o
/home/neale/LLVM/llvm/Debug/bin/llc
/home/neale/LLVM/llvm/tools/llc/Debug/llc.o \
-lLLVMBitReader /home/neale/LLVM/llvm/Debug/lib/LLVMCBackend.o
-lLLVMCodeGen -lLLVMScalarOpts -lLLVMTransformUtils -lLLVMipa -lLLVMAnalysis
/home/neale/LLVM/llvm/Debug/lib/LLVMCppBackend.o -lLLVMTarget -lLLVMCore
-lLLVMSupport -lLLVMSystem -lpthread -ldl -lm -lelf
/home/neale/LLVM/llvm/tools/llc/Debug/llc.o: In function
`ForceCodegenLinking':
/home/neale/LLVM/llvm/include/llvm/CodeGen/LinkAllCodegenComponents.h:45:
undefined reference to
`llvm::createBURRListDAGScheduler(llvm...
2009 Feb 20
2
[LLVMdev] libLTO warning
Hi all,
I just svn-updated the 2.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/in...
2009 Apr 09
0
[LLVMdev] Link error building llc
Hello, Neale
> -lLLVMBitReader /home/neale/LLVM/llvm/Debug/lib/LLVMCBackend.o
> -lLLVMCodeGen -lLLVMScalarOpts -lLLVMTransformUtils -lLLVMipa -lLLVMAnalysis
> /home/neale/LLVM/llvm/Debug/lib/LLVMCppBackend.o -lLLVMTarget -lLLVMCore
> -lLLVMSupport -lLLVMSystem -lpthread -ldl -lm -lelf
It seems, that you did not specify any single backend except C. Please
do so.
> So it appears to be missing LLVMSelectionDAG in the link specification. I've
> been trying to wade through the Makefile* fi...
2009 Feb 20
0
[LLVMdev] libLTO warning
...;
> I just svn-updated the 2.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/LLVMCel...
2008 Nov 30
2
[LLVMdev] libLTO on linux
...non-Darwin systems.
If I try to build libLTO as a dynamic 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/li...
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
...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/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 -lLLVMBitRea...
2009 Apr 07
0
[LLVMdev] Link error building llc
Hello, Neale
> These entry points are in modules that have been compiled and placed into an
> archive. (e.g. llvm::createBURRListDAGScheduler is in ScheduleDAGRRList.cpp
> whose object is placed in ./Debug/lib/libLLVMSelectionDAG.a).
>
> I'm sure I've missed a configuration option or something trivial like that
> but my newbie brain can't determine what it is.
make
2008 Nov 30
0
[LLVMdev] libLTO on linux
...gt; If I try to build libLTO as a dynamic 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/nicho...
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
2009 Apr 07
2
[LLVMdev] Link error building llc
With the TableGen problem circumvented the build proceeds quite well up
until:
llvm[2]: Linking Debug executable llc
/home/neale/LLVM/llvm/tools/llc/Debug/llc.o: In function
`ForceCodegenLinking':
/home/neale/LLVM/llvm/include/llvm/CodeGen/LinkAllCodegenComponents.h:45:
undefined reference to
`llvm::createBURRListDAGScheduler(llvm::SelectionDAGISel*, bool)'
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
...LLVMipa
[ 38%] Built target LLVMMC
[ 38%] Built target FileCheck
[ 40%] Built target ARMCodeGenTable_gen
[ 44%] Built target LLVMARMCodeGen
[ 45%] Built target LLVMARMInfo
[ 45%] Built target LLVMARMAsmPrinter
[ 45%] Built 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%...
2009 Mar 09
1
[LLVMdev] addPassesToEmitFile
When you say 'static libraries' do you mean static libraries or shared
objects (.so)... Because if you mean shared objects, then it could
very well explain you crash.
On Mar 9, 12:16 am, Álvaro Castro Castilla
<alvaro.castro.casti... at gmail.com> wrote:
> Well, I've been before hours trying this, but soon after I sent the
> email I found something. However is quite
2008 Dec 18
0
[LLVMdev] Troubles with clang and llvm libraries and simple Xcode project
...mp;)':
DeclSerialization.cpp:521: warning: '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/l...