search for: llvmmcparser

Displaying 20 results from an estimated 24 matches for "llvmmcparser".

2017 Jan 18
19
[4.0.0 Release] Relase Candidate 1 has been tagged
Dear testers, 4.0.0-rc1 was just tagged from the branch, with r292377. There are still open merge requests and bugs, but I'd like to get the testing started to see what issues come up. Please build, test, and upload binaries to the sftp. Let me know how it goes. I'll upload source, docs, and your binaries to the web site once their ready. Thanks, Hans
2010 Jul 21
1
[LLVMdev] Is there a guide to LLVM's components?
...VMInterpreter, "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, "lib\CodeGen\SelectionDAG\LLVMSelectionDAG.vcproj" LLVMSupport, "lib\Support\LLVMSupport.vcproj&q...
2010 Jan 31
2
[LLVMdev] Compiling Kaleidoscope on Windows
Thanks! Three of the libraries are not found: LLVMX86Disassembler.lib LLVMMCParser.lib LLVMInstCombine.lib ... the third one of those sounds like it might be important, what does it do exactly? But specifying the rest of them with /MD completes the build with this message Creating library toy.lib and object toy.exp LINK : warning LNK4098: defaultlib 'MSVCRTD' conflict...
2010 Jul 22
2
[LLVMdev] Is there a guide to LLVM's components?
...VMInterpreter, "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, "lib\CodeGen\SelectionDAG\LLVMSelectionDAG.vcproj" LLVMSupport, "lib\Support\LLVMSupport.vcproj&q...
2016 Feb 28
4
[cfe-dev] [3.8 Release] We have branched
...LE_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 X86CommonTableGen [ 35%] Built target LLVMX86AsmParser [ 36%] Built target LLV...
2010 Jan 31
0
[LLVMdev] Compiling Kaleidoscope on Windows
Russell Wallace <russell.wallace at gmail.com> writes: > Three of the libraries are not found: LLVMX86Disassembler.lib > LLVMMCParser.lib LLVMInstCombine.lib ... the third one of those sounds > like it might be important, what does it do exactly? A transformation pass. If the program works without it, I don't think it is important unless you care about optimization. It is strange that those libraries are absent from the...
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
2016 Feb 29
0
[cfe-dev] [3.8 Release] We have branched
...BLE_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 X86CommonTableGen [ 35%] Built target LLVMX86AsmParser [ 36%] Built target LLV...
2012 May 25
0
[LLVMdev] Minor correction to the Visual Studio documentation
...or 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, Mikael Lyngvig <mikael at lyngvig.org> wrote: > So you are using Visual Studio?! I tried that path but ran into al...
2010 Jan 31
0
[LLVMdev] Compiling Kaleidoscope on Windows
...d line. The required LLVM libraries can be listed using the `llvm-config' script on Unix or MinGW. The dependencies are listed too in %LLVMSourceRoot%/cmake/modules/LLVMLibDeps.cmake bus as this is a bit inconvenient to read, here they are for you: -lLLVMX86Disassembler -lLLVMX86AsmParser -lLLVMMCParser -lLLVMX86AsmPrinter -lLLVMX86CodeGen -lLLVMSelectionDAG -lLLVMAsmPrinter -lLLVMX86Info -lLLVMInterpreter -lLLVMJIT -lLLVMExecutionEngine -lLLVMCodeGen -lLLVMScalarOpts -lLLVMInstCombine -lLLVMTransformUtils -lLLVMipa -lLLVMAnalysis -lLLVMTarget -lLLVMMC -lLLVMCore -lLLVMSupport -lLLVMSystem R...
2016 Feb 29
0
[cfe-dev] [3.8 Release] We have branched
...BLE_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 X86CommonTableGen [ 35%] Built target LLVMX86AsmParser [ 36%] Built target LLV...
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
2010 Jan 31
2
[LLVMdev] Compiling Kaleidoscope on Windows
I don't suppose anyone knows what (or how to find out what) the actual command to compile Kaleidoscope is? I followed cmake/nmake down through maybe half a dozen levels before getting lost, so I tried to develop a compiler invocation from scratch. I got as far as cl /EHsc /I\d\llvm-2.6\include /I\llvm\include /wd4355 toy.cpp which successfully generated toy.obj and spat out 86 link time
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
...et 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 [ 36%] Built target LLVMDebugInfoDWARF [ 36%] Built target LLVMDebugInfoMSF [ 37%] Built target LLVMDebugInfoCodeView [ 40%] Built target LLVMDebugInfoPDB [ 42%] B...
2017 Jun 28
3
Building llvm with clang and lld on arm and the llvm arm backend relocation on position independent code
...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 >> [ 36%] Built target LLVMDebugInfoDWARF >> [ 36%] Built target LLVMDebugInfoMSF >> [ 37%] Built target LLVM...
2017 Jun 28
3
Building llvm with clang and lld on arm and the llvm arm backend relocation on position independent code
...rget 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 >>> [ 36%] Built target LLVMDebugInfoDWARF >>> [ 36%] Built target LL...
2017 Jun 28
2
Building llvm with clang and lld on arm and the llvm arm backend relocation on position independent code
...>>>> [ 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 >>>> [ 36%] Built target LLVMDebugInfoDWARF >>>&gt...
2017 Jun 30
3
Building llvm with clang and lld on arm and the llvm arm backend relocation on position independent code
...6%] 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 >>>>>> [ 36%] Built target LLVMDebugInfoDWARF...
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