search for: llvmlinker

Displaying 18 results from an estimated 18 matches for "llvmlinker".

Did you mean: lllvmlinker
2010 Feb 03
3
[LLVMdev] Interpreter with multiple modules.
...and if I apply LLVMIsDeclaration(...) to these LLVMValueRef, I got false (so the interpreter should know the two functions are defined and it should be able to find their code). Is there something to do to enable the interpreter to find a function in another module ? I saw there is something like LLVMLinker::LinkModules(...) in c++ but I didn't find the c version of this function. Thanks in advance for your help, Thomas. -- View this message in context: http://old.nabble.com/Interpreter-with-multiple-modules.-tp27433312p27433312.html Sent from the LLVM - Dev mailing list archive at Nabble.com.
2018 Mar 17
1
CMake error due to file addition
...ry(LLVMTransformUtils + Dependency.cpp ... ) -------------------------------------- Link error project and link error target project list is as follows. -------------------------------------- Link error: llc, lli, … (more 13 projects) Link error target project: LLVMObjCARCOpts, LLVMipo, LLVMLinker, LLVMVectorize, LLVMInstrumentation (the count of projects: 5) -------------------------------------- I am working in visual studio to fix the link manually. I get the same error on linux also. I got this error and tried to make some modifications to llvm-core/CMakeLists.txt, but the error wa...
2010 Jul 21
1
[LLVMdev] Is there a guide to LLVM's components?
...LLVMInstrumentation, "lib\Transforms\Instrumentation\LLVMInstrumentation.vcproj" LLVMInterpreter, "lib\ExecutionEngine\Interpreter\LLVMInterpreter.vcproj" LLVMJIT, "lib\ExecutionEngine\JIT\LLVMJIT.vcproj" LLVMLinker, "lib\Linker\LLVMLinker.vcproj" LLVMMC, "lib\MC\LLVMMC.vcproj" LLVMMCParser, "lib\MC\MCParser\LLVMMCParser.vcproj" LLVMScalarOpts, "lib\Transforms\Scalar\LLVMScalarOpts.vcproj" LLVMSelectionDAG,...
2010 Feb 03
0
[LLVMdev] Interpreter with multiple modules.
...laration(...) to these LLVMValueRef, I got false (so the > interpreter should know the two functions are defined and it should be able > to find their code). > > Is there something to do to enable the interpreter to find a function in > another module ? I saw there is something like LLVMLinker::LinkModules(...) > in c++ but I didn't find the c version of this function. > > Thanks in advance for your help, > > Thomas. > -- > View this message in context: http://old.nabble.com/Interpreter-with-multiple-modules.-tp27433312p27433312.html > Sent from the LLVM -...
2010 Jul 22
2
[LLVMdev] Is there a guide to LLVM's components?
...LLVMInstrumentation, "lib\Transforms\Instrumentation\LLVMInstrumentation.vcproj" LLVMInterpreter, "lib\ExecutionEngine\Interpreter\LLVMInterpreter.vcproj" LLVMJIT, "lib\ExecutionEngine\JIT\LLVMJIT.vcproj" LLVMLinker, "lib\Linker\LLVMLinker.vcproj" LLVMMC, "lib\MC\LLVMMC.vcproj" LLVMMCParser, "lib\MC\MCParser\LLVMMCParser.vcproj" LLVMScalarOpts, "lib\Transforms\Scalar\LLVMScalarOpts.vcproj" LLVMSelectionDAG,...
2016 Feb 28
4
[cfe-dev] [3.8 Release] We have branched
...relevant directories and then doing a cmake: cmake -DLLVM_ENABLE_DOXYGEN=ON -DLLVM_ENABLE_WERROR=OFF -DLLVM_TARGETS_TO_BUILD="X86" ../llvm and followed by make: [ 22%] Built target LLVMVectorize [ 25%] Built target LLVMScalarOpts [ 25%] Built target LLVMObjCARCOpts [ 25%] Built target LLVMLinker [ 29%] Built target LLVMAnalysis [ 30%] Built target LLVMMCParser [ 30%] Built target LLVMMCDisassembler [ 32%] Built target LLVMMC [ 32%] Built target LLVMOption [ 34%] Built target LLVMObject [ 34%] Built target LLVMDebugInfoCodeView [ 34%] Built target LLVMTarget [ 35%] Built target X86CommonTab...
2011 Nov 26
1
[LLVMdev] link modules segfault
Hello everybody, I'm trying to write a basic block pass linking the module to another module during the pass initialization. Currently my pass initialization code looks like this: http://paste.pocoo.org/show/r3fo6FSbE7jR2H5wDId6/ But now I'm getting a strange segmentation fault: http://paste.pocoo.org/show/n3PImkRCyUWlsMPP9CGu/ Am I doing something wrong? Best Regards Andreas
2016 Feb 29
0
[cfe-dev] [3.8 Release] We have branched
...e relevant directories and then doing a cmake: cmake -DLLVM_ENABLE_DOXYGEN=ON -DLLVM_ENABLE_WERROR=OFF -DLLVM_TARGETS_TO_BUILD="X86" ../llvm and followed by make: [ 22%] Built target LLVMVectorize [ 25%] Built target LLVMScalarOpts [ 25%] Built target LLVMObjCARCOpts [ 25%] Built target LLVMLinker [ 29%] Built target LLVMAnalysis [ 30%] Built target LLVMMCParser [ 30%] Built target LLVMMCDisassembler [ 32%] Built target LLVMMC [ 32%] Built target LLVMOption [ 34%] Built target LLVMObject [ 34%] Built target LLVMDebugInfoCodeView [ 34%] Built target LLVMTarget [ 35%] Built target X86CommonTab...
2016 Feb 29
0
[cfe-dev] [3.8 Release] We have branched
...e relevant directories and then doing a cmake: cmake -DLLVM_ENABLE_DOXYGEN=ON -DLLVM_ENABLE_WERROR=OFF -DLLVM_TARGETS_TO_BUILD="X86" ../llvm and followed by make: [ 22%] Built target LLVMVectorize [ 25%] Built target LLVMScalarOpts [ 25%] Built target LLVMObjCARCOpts [ 25%] Built target LLVMLinker [ 29%] Built target LLVMAnalysis [ 30%] Built target LLVMMCParser [ 30%] Built target LLVMMCDisassembler [ 32%] Built target LLVMMC [ 32%] Built target LLVMOption [ 34%] Built target LLVMObject [ 34%] Built target LLVMDebugInfoCodeView [ 34%] Built target LLVMTarget [ 35%] Built target X86CommonTab...
2009 Nov 01
1
[LLVMdev] Issue compiling LLVM 2.6 on Windows with MinGW
...MCodeGen [ 26%] Built target LLVMAnalysis [ 26%] Built target LLVMAsmPrinter [ 29%] Built target LLVMSelectionDAG [ 30%] Built target LLVMBitReader [ 31%] Built target LLVMBitWriter [ 32%] Built target LLVMInstrumentation [ 36%] Built target LLVMipo [ 36%] Built target LLVMHello [ 36%] Built target LLVMLinker [ 36%] Built target 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...
2010 Feb 03
3
[LLVMdev] Interpreter with multiple modules.
...f, I got false (so the > > interpreter should know the two functions are defined and it should be > able > > to find their code). > > > > Is there something to do to enable the interpreter to find a function in > > another module ? I saw there is something like > LLVMLinker::LinkModules(...) > > in c++ but I didn't find the c version of this function. > > > > Thanks in advance for your help, > > > > Thomas. > > -- > > View this message in context: > http://old.nabble.com/Interpreter-with-multiple-modules.-tp27433312p274...
2017 Jun 28
2
Building llvm with clang and lld on arm and the llvm arm backend relocation on position independent code
...ntation [ 19%] Built target LLVMInstCombine [ 22%] Built target LLVMScalarOpts [ 22%] Built target LLVMipo [ 24%] Built target LLVMVectorize [ 24%] Built target LLVMHello_exports [ 24%] Built target LLVMHello [ 26%] Built target LLVMObjCARCOpts [ 26%] Built target LLVMCoroutines [ 26%] Built target LLVMLinker [ 29%] Built target LLVMAnalysis [ 29%] Built target llvm_vcsrevision_h [ 29%] Built target LLVMLTO [ 32%] Built target LLVMMC [ 32%] Built target LLVMMCParser [ 32%] Built target LLVMMCDisassembler [ 32%] Built target LLVMObject [ 32%] Built target LLVMObjectYAML [ 34%] Built target LLVMOption [ 3...
2017 Jun 28
3
Building llvm with clang and lld on arm and the llvm arm backend relocation on position independent code
...LLVMScalarOpts >> [ 22%] Built target LLVMipo >> [ 24%] Built target LLVMVectorize >> [ 24%] Built target LLVMHello_exports >> [ 24%] Built target LLVMHello >> [ 26%] Built target LLVMObjCARCOpts >> [ 26%] Built target LLVMCoroutines >> [ 26%] Built target LLVMLinker >> [ 29%] Built target LLVMAnalysis >> [ 29%] Built target llvm_vcsrevision_h >> [ 29%] Built target LLVMLTO >> [ 32%] Built target LLVMMC >> [ 32%] Built target LLVMMCParser >> [ 32%] Built target LLVMMCDisassembler >> [ 32%] Built target LLVMObject >&g...
2017 Jun 28
3
Building llvm with clang and lld on arm and the llvm arm backend relocation on position independent code
...Mipo >>> [ 24%] Built target LLVMVectorize >>> [ 24%] Built target LLVMHello_exports >>> [ 24%] Built target LLVMHello >>> [ 26%] Built target LLVMObjCARCOpts >>> [ 26%] Built target LLVMCoroutines >>> [ 26%] Built target LLVMLinker >>> [ 29%] Built target LLVMAnalysis >>> [ 29%] Built target llvm_vcsrevision_h >>> [ 29%] Built target LLVMLTO >>> [ 32%] Built target LLVMMC >>> [ 32%] Built target LLVMMCParser >>> [ 32%] Built target LLVMMCDisassemble...
2017 Jun 28
2
Building llvm with clang and lld on arm and the llvm arm backend relocation on position independent code
...; [ 24%] Built target LLVMVectorize >>>> [ 24%] Built target LLVMHello_exports >>>> [ 24%] Built target LLVMHello >>>> [ 26%] Built target LLVMObjCARCOpts >>>> [ 26%] Built target LLVMCoroutines >>>> [ 26%] Built target LLVMLinker >>>> [ 29%] Built target LLVMAnalysis >>>> [ 29%] Built target llvm_vcsrevision_h >>>> [ 29%] Built target LLVMLTO >>>> [ 32%] Built target LLVMMC >>>> [ 32%] Built target LLVMMCParser >>>> [ 32%] Built...
2017 Jun 30
3
Building llvm with clang and lld on arm and the llvm arm backend relocation on position independent code
...t LLVMVectorize >>>>>> [ 24%] Built target LLVMHello_exports >>>>>> [ 24%] Built target LLVMHello >>>>>> [ 26%] Built target LLVMObjCARCOpts >>>>>> [ 26%] Built target LLVMCoroutines >>>>>> [ 26%] Built target LLVMLinker >>>>>> [ 29%] Built target LLVMAnalysis >>>>>> [ 29%] Built target llvm_vcsrevision_h >>>>>> [ 29%] Built target LLVMLTO >>>>>> [ 32%] Built target LLVMMC >>>>>> [ 32%] Built target LLVMMCParser >>>&g...
2017 Jun 27
3
Building llvm with clang and lld on arm and the llvm arm backend relocation on position independent code
> On 26 Jun 2017, at 16:25, Rui Ueyama <ruiu at google.com> wrote: > > On Sun, Jun 25, 2017 at 6:40 AM, Alessandro Pistocchi via llvm-dev <llvm-dev at lists.llvm.org <mailto:llvm-dev at lists.llvm.org>> wrote: > Hi, > > I am trying to build a completely GNU free linux toolchain for the raspberry pi. > > I successfully managed to compile llvm and clang
2019 Apr 30
6
Disk space and RAM requirements in docs
...build/tools/clang/test/Analysis 8.8M build/tools/clang/lib/Tooling/Refactoring/CMakeFiles/clangToolingRefactor.dir/Extract 8.3M build/tools/clang/lib/CrossTU/CMakeFiles/clangCrossTU.dir 8.3M build/tools/clang/lib/CrossTU/CMakeFiles 8.3M build/tools/clang/lib/CrossTU 8.3M build/lib/Linker/CMakeFiles/LLVMLinker.dir 8.3M build/lib/Linker/CMakeFiles 8.3M build/lib/Linker 8.2M build/lib/Target/WebAssembly/AsmParser/CMakeFiles/LLVMWebAssemblyAsmParser.dir 8.2M build/lib/Target/WebAssembly/AsmParser/CMakeFiles 8.2M build/lib/Target/WebAssembly/AsmParser 8.1M build/tools/clang/test/CodeGen/Output 8.1M build/too...