search for: llvmasmprinter

Displaying 20 results from an estimated 21 matches for "llvmasmprinter".

Did you mean: lllvmasmprinter
2010 Jul 21
1
[LLVMdev] Is there a guide to LLVM's components?
...amples\Kaleidoscope\Chapter7\Kaleidoscope-Ch7.vcproj" LLVMAnalysis, "lib\Analysis\LLVMAnalysis.vcproj" LLVMArchive, "lib\Archive\LLVMArchive.vcproj" LLVMAsmParser, "lib\AsmParser\LLVMAsmParser.vcproj" LLVMAsmPrinter, "lib\CodeGen\AsmPrinter\LLVMAsmPrinter.vcproj" LLVMBitReader, "lib\Bitcode\Reader\LLVMBitReader.vcproj" LLVMBitWriter, "lib\Bitcode\Writer\LLVMBitWriter.vcproj" LLVMCodeGen, "lib\CodeGen\LLVMCodeGen.vcproj"...
2009 Jan 15
0
[LLVMdev] win32/llvm.sln, win32/clang.sln
...utable. I was linking with VMCore.lib support.lib System.lib Analysis.lib CodeGen.lib Target.lib Transforms.lib and I'm now linking with LLVMVMCore.lib LLVMScalarOpts.lib LLVMSelectionDAG.lib LLVMSupport.lib LLVMSystem.lib LLVMAnalysis.lib LLVMCodeGen.lib LLVMTarget.lib LLVMTransformUtils.lib LLVMAsmPrinter.lib > > In my opinion, we have to choose one way and remove the other one. If > > it helps, you can put in the win32 directory the result of CMake, > > On the release tarball? It seems a good idea (as far as someone > volunteers to do the work) but someone mentioned on this...
2009 Nov 02
0
[LLVMdev] llvm-mc build fails
...VM targets are included on the build. This means that either you update the file manually or run the build with MSYS passing -DLLVM_TARGETS_TO_BUILD=all on the cmake command line. The manual update would consist on adding this lines to the above mentioned file: set(MSVC_LIB_DEPS_LLVMAVRAsmPrinter LLVMAsmPrinter LLVMCodeGen LLVMCore LLVMMC LLVMAVRInfo LLVMSupport LLVMSystem LLVMTarget) set(MSVC_LIB_DEPS_LLVMAVRCodeGen LLVMCodeGen LLVMCore LLVMMC LLVMAVRInfo LLVMSelectionDAG LLVMSupport LLVMSystem LLVMTarget) set(MSVC_LIB_DEPS_LLVMAVRInfo LLVMSupport) which uses MSP430 as a template and supposses that your...
2009 Jan 15
2
[LLVMdev] win32/llvm.sln, win32/clang.sln
Mondada Gabriele <g.mondada at etel.ch> writes: > I just moved to the CMake solution. By the way, the generated libs > haven't the same names. Which ones? The only difference is that we now generate .lib files where .obj were generated on the past, and require a parameter to be passed to the linker for including them on the final executable. > In my opinion, we have to choose
2009 Nov 02
4
[LLVMdev] llvm-mc build fails
...m-mc.dir/AsmParser.cpp.o -o ../../bin/llvm-mc -rdynamic ../../lib/libLLVMAVRCodeGen.a ../../lib/libLLVMAVRAsmPrinter.a ../../lib/libLLVMAVRInfo.a ../../lib/libLLVMMC.a ../../lib/libLLVMSupport.a ../../lib/libLLVMSystem.a -ldl ../../lib/libLLVMSelectionDAG.a ../../lib/libLLVMAnalysis.a ../../lib/libLLVMAsmPrinter.a ../../lib/libLLVMCodeGen.a ../../lib/libLLVMCore.a ../../lib/libLLVMScalarOpts.a ../../lib/libLLVMTransformUtils.a ../../lib/libLLVMSupport.a ../../lib/libLLVMSystem.a ../../lib/libLLVMAVRCodeGen.a(AVRTargetMachine.cpp.o): In function `AVRTargetMachine': /home/john/src/llvm2.6/lib/Target/AV...
2010 Jul 22
2
[LLVMdev] Is there a guide to LLVM's components?
...amples\Kaleidoscope\Chapter7\Kaleidoscope-Ch7.vcproj" LLVMAnalysis, "lib\Analysis\LLVMAnalysis.vcproj" LLVMArchive, "lib\Archive\LLVMArchive.vcproj" LLVMAsmParser, "lib\AsmParser\LLVMAsmParser.vcproj" LLVMAsmPrinter, "lib\CodeGen\AsmPrinter\LLVMAsmPrinter.vcproj" LLVMBitReader, "lib\Bitcode\Reader\LLVMBitReader.vcproj" LLVMBitWriter, "lib\Bitcode\Writer\LLVMBitWriter.vcproj" LLVMCodeGen, "lib\CodeGen\LLVMCodeGen.vcproj"...
2012 May 25
0
[LLVMdev] Minor correction to the Visual Studio documentation
...I understand the C bindings are not complete, but they are quite usable. this is the library section of my CMake build script for the final executable: ${PLATFORM_LIBS} #LLVMX86Disassembler #LLVMX86AsmParser LLVMX86AsmPrinter LLVMX86CodeGen LLVMX86Utils LLVMX86Desc LLVMX86Info LLVMSelectionDAG LLVMAsmPrinter #LLVMJIT #LLVMExecutionEngine LLVMCodeGen LLVMScalarOpts LLVMTransformUtils #LLVMipa LLVMAnalysis LLVMTarget LLVMMCParser LLVMMC LLVMCore LLVMSupport It took me a little while to get the ordering right the first time, but it has been pretty stable since then. On Fri, May 25, 2012 at 6:24 AM,...
2009 Nov 01
1
[LLVMdev] Issue compiling LLVM 2.6 on Windows with MinGW
...target LLVMSystem [ 5%] Built target LLVMSupport [ 7%] Built target tblgen [ 7%] Built target intrinsics_gen [ 10%] Built target LLVMCore [ 12%] Built target LLVMTransformUtils [ 15%] Built target LLVMScalarOpts [ 22%] Built target LLVMCodeGen [ 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%] Bui...
2009 May 25
0
[LLVMdev] Building LLVM with cmake on FreeBSD
Paul Melis wrote: > Hi, > > Óscar Fuentes wrote: >> Chuck Robey <chuckr at telenix.org> writes: >> >> >>>> Just checked that the makefiles generated by cmake work with `make' on >>>> FreeBSD 7.2 x86. The build fails while building `opt' because libdl is >>>> missing. >>>> >>> They
2009 May 24
3
[LLVMdev] Building LLVM with cmake on FreeBSD
Hi, Óscar Fuentes wrote: > Chuck Robey <chuckr at telenix.org> writes: > > >>> Just checked that the makefiles generated by cmake work with `make' on >>> FreeBSD 7.2 x86. The build fails while building `opt' because libdl is >>> missing. >>> >> They absolutely do work, even on FreeBSD-current( I run that here), >>
2012 May 23
6
[LLVMdev] Minor correction to the Visual Studio documentation
Hi again, The Visual Studio getting started guide ( http://llvm.org/docs/GettingStartedVS.html) mentions the "llvm-lit" tool, but fails to mention these things: 1. Either you need to run it from bash or a similar Unix shell, as Windows does not recognize the extensionless Python script that it is. 2. Alternatively, you can invoke it using Python like this: python bin/llvm-lit
2017 Jun 28
2
Building llvm with clang and lld on arm and the llvm arm backend relocation on position independent code
...4%] Built target obj.llvm-tblgen [ 4%] Built target llvm-tblgen [ 4%] Built target AttributeCompatFuncTableGen [ 4%] Built target intrinsics_gen [ 6%] Built target LLVMCore [ 6%] Built target LLVMIRReader [ 13%] Built target LLVMCodeGen [ 14%] Built target LLVMSelectionDAG [ 14%] Built target LLVMAsmPrinter [ 14%] Built target LLVMMIRParser [ 14%] Built target LLVMGlobalISel [ 14%] Built target LLVMBinaryFormat [ 14%] Built target LLVMBitReader [ 16%] Built target LLVMBitWriter [ 18%] Built target LLVMTransformUtils [ 19%] Built target LLVMInstrumentation [ 19%] Built target LLVMInstCombine [ 22%] Bui...
2009 May 25
2
[LLVMdev] Building LLVM with cmake on FreeBSD
...ject lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/LegalizeDAG.cpp.o [ 33%] Building CXX object lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/LegalizeVectorOps.cpp.o Linking CXX static library ../../libLLVMSelectionDAG.a [ 37%] Built target LLVMSelectionDAG [ 39%] Built target LLVMAsmPrinter [ 40%] Built target LLVMBitReader [ 41%] Built target LLVMBitWriter Scanning dependencies of target LLVMTransformUtils [ 41%] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/LCSSA.cpp.o Linking CXX static library ../../libLLVMTransformUtils.a [ 47%] Built target LLVMTrans...
2017 Jun 28
3
Building llvm with clang and lld on arm and the llvm arm backend relocation on position independent code
...en >> [ 4%] Built target AttributeCompatFuncTableGen >> [ 4%] Built target intrinsics_gen >> [ 6%] Built target LLVMCore >> [ 6%] Built target LLVMIRReader >> [ 13%] Built target LLVMCodeGen >> [ 14%] Built target LLVMSelectionDAG >> [ 14%] Built target LLVMAsmPrinter >> [ 14%] Built target LLVMMIRParser >> [ 14%] Built target LLVMGlobalISel >> [ 14%] Built target LLVMBinaryFormat >> [ 14%] Built target LLVMBitReader >> [ 16%] Built target LLVMBitWriter >> [ 18%] Built target LLVMTransformUtils >> [ 19%] Built target LLV...
2017 Jun 28
3
Building llvm with clang and lld on arm and the llvm arm backend relocation on position independent code
...uncTableGen >>> [ 4%] Built target intrinsics_gen >>> [ 6%] Built target LLVMCore >>> [ 6%] Built target LLVMIRReader >>> [ 13%] Built target LLVMCodeGen >>> [ 14%] Built target LLVMSelectionDAG >>> [ 14%] Built target LLVMAsmPrinter >>> [ 14%] Built target LLVMMIRParser >>> [ 14%] Built target LLVMGlobalISel >>> [ 14%] Built target LLVMBinaryFormat >>> [ 14%] Built target LLVMBitReader >>> [ 16%] Built target LLVMBitWriter >>> [ 18%] Built target LLV...
2017 Jun 28
2
Building llvm with clang and lld on arm and the llvm arm backend relocation on position independent code
...>> [ 4%] Built target intrinsics_gen >>>> [ 6%] Built target LLVMCore >>>> [ 6%] Built target LLVMIRReader >>>> [ 13%] Built target LLVMCodeGen >>>> [ 14%] Built target LLVMSelectionDAG >>>> [ 14%] Built target LLVMAsmPrinter >>>> [ 14%] Built target LLVMMIRParser >>>> [ 14%] Built target LLVMGlobalISel >>>> [ 14%] Built target LLVMBinaryFormat >>>> [ 14%] Built target LLVMBitReader >>>> [ 16%] Built target LLVMBitWriter >>>>...
2017 Jun 30
3
Building llvm with clang and lld on arm and the llvm arm backend relocation on position independent code
...t target intrinsics_gen >>>>>> [ 6%] Built target LLVMCore >>>>>> [ 6%] Built target LLVMIRReader >>>>>> [ 13%] Built target LLVMCodeGen >>>>>> [ 14%] Built target LLVMSelectionDAG >>>>>> [ 14%] Built target LLVMAsmPrinter >>>>>> [ 14%] Built target LLVMMIRParser >>>>>> [ 14%] Built target LLVMGlobalISel >>>>>> [ 14%] Built target LLVMBinaryFormat >>>>>> [ 14%] Built target LLVMBitReader >>>>>> [ 16%] Built target LLVMBitWriter...
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
2017 Feb 11
2
Asan self host problems: Failed to deallocate
Trying to run a self host "ninja check-clang" with ASan enabled I hit a /lot/ of errors like this (strangely I hit none of these in check-llvm, only in check-clang): Any ideas? ==10525==ERROR: AddressSanitizer failed to deallocate 0x10800 (67584) bytes at address 0x631000014800 ==10525==AddressSanitizer CHECK failed:
2017 Feb 15
2
Asan self host problems: Failed to deallocate
...MDesc_LIB_DEPENDS:STATIC= //Dependencies for target LLVMARMDisassembler_LIB_DEPENDS:STATIC= //Dependencies for target LLVMARMInfo_LIB_DEPENDS:STATIC= //Dependencies for target LLVMAnalysis_LIB_DEPENDS:STATIC= //Dependencies for target LLVMAsmParser_LIB_DEPENDS:STATIC= //Dependencies for target LLVMAsmPrinter_LIB_DEPENDS:STATIC= //Dependencies for target LLVMBPFAsmPrinter_LIB_DEPENDS:STATIC= //Dependencies for target LLVMBPFCodeGen_LIB_DEPENDS:STATIC= //Dependencies for target LLVMBPFDesc_LIB_DEPENDS:STATIC= //Dependencies for target LLVMBPFDisassembler_LIB_DEPENDS:STATIC= //Dependencies for target...