search for: libllvmx86codegen

Displaying 20 results from an estimated 49 matches for "libllvmx86codegen".

2013 Jul 26
4
[LLVMdev] Command line options being put in Target backend libraries
...The problem with that is if a third party tool links with Target libraries and has a command line option that needs to be processed, the option in the Target libraries will get overridden. $ cd llvm/lib/Target $ grep 'cl::' */*.cpp --> produces lot of such occurences. For example :- libLLVMX86CodeGen.a contains libLLVMX86CodeGen.a:X86RegisterInfo.cpp.o:0000000000000080 b EnableBasePointer I think those command line options would need to be moved to the drivers that are using them, Isnt it ? Am I mistaken ? Thanks Shankar Easwaran -- Qualcomm Innovation Center, Inc. is a member of Code A...
2013 Aug 23
2
[LLVMdev] Command line options being put in Target backend libraries
...Target libraries >> and has a command line option that needs to be processed, the option in the >> Target libraries will get overridden. >> >> $ cd llvm/lib/Target >> $ grep 'cl::' */*.cpp --> produces lot of such occurences. >> >> For example :- libLLVMX86CodeGen.a contains >> libLLVMX86CodeGen.a:**X86RegisterInfo.cpp.o:**0000000000000080 b >> EnableBasePointer >> >> I think those command line options would need to be moved to the drivers >> that are using them, Isnt it ? >> >> Am I mistaken ? >> >> Than...
2013 Aug 23
0
[LLVMdev] Command line options being put in Target backend libraries
...third party tool links with Target libraries > and has a command line option that needs to be processed, the option in the > Target libraries will get overridden. > > $ cd llvm/lib/Target > $ grep 'cl::' */*.cpp --> produces lot of such occurences. > > For example :- libLLVMX86CodeGen.a contains > libLLVMX86CodeGen.a:**X86RegisterInfo.cpp.o:**0000000000000080 b > EnableBasePointer > > I think those command line options would need to be moved to the drivers > that are using them, Isnt it ? > > Am I mistaken ? > > Thanks > > Shankar Easwaran > &...
2016 Feb 19
3
undefined reference to typeinfo for CmpInst
...ing's wrong with the RTTI settings. I greped the LLVM source and it seems typeinfo is never used, so I though it's a good idea to build LLVM with RTTI switched off: However, building LLVM with RTTI switched off (see build script below) results during the build in /usr/bin/ld: ../../lib/libLLVMX86CodeGen.a(X86AsmPrinter.cpp.o): relocation R_X86_64_32S against `.rodata' can not be used when making a shared object; recompile with -fPIC ../../lib/libLLVMX86CodeGen.a: could not read symbols: Bad value collect2: error: ld returned 1 exit status I am not sure how to proceed from here.. Thanks,...
2013 Aug 23
0
[LLVMdev] Command line options being put in Target backend libraries
...line option that needs to be processed, the > >> option in the > >> Target libraries will get overridden. > >> > >> $ cd llvm/lib/Target > >> $ grep 'cl::' */*.cpp --> produces lot of such occurences. > >> > >> For example :- libLLVMX86CodeGen.a contains > >> libLLVMX86CodeGen.a:**X86RegisterInfo.cpp.o:**0000000000000080 b > >> EnableBasePointer > >> > >> I think those command line options would need to be moved to the > >> drivers > >> that are using them, Isnt it ? > >> &gt...
2016 Jul 31
2
[Release-testers] [3.9 Release] Release Candidate 1 has been tagged
...ert_fail (/lib/libc.so.6+0x26ef0) #8 0xfffffffff46520e5 __GI___assert_perror_fail (/lib/libc.so.6+0x280e5) #9 0xfffffffff464b126 (/lib/libc.so.6+0x21126) #10 0xfffffffff464b162 llvm::X86InstrInfo::getSPAdjust(llvm::MachineInstr const*) const (/lib/libc.so.6+0x21162) #11 0xfffffffff65a0db6 (/usr/lib/libLLVMX86CodeGen.so.3.8+0x30db6) #12 0xfffffffff667640d (/usr/lib/libLLVMX86CodeGen.so.3.8+0x10640d) #13 0xfffffffff61029dc llvm::MachineFunctionPass::runOnFunction(llvm::Function&) (/usr/lib/libLLVMCodeGen.so.3.8+0x1739dc) #14 0xfffffffff6105002 llvm::FPPassManager::runOnFunction(llvm::Function&) (/usr/lib...
2015 Aug 24
4
Error building llvm
Trying to run make to build llvm, I faced the following error: Linking CXX shared library ../../lib/libLTO.so collect2: error: ld returned 1 exit status make[2]: *** [lib/libLTO.so.3.8.0svn] Error 1 make[1]: *** [tools/lto/CMakeFiles/LTO.dir/all] Error 2 make: *** [all] Error 2 So, what's the problem here? Regards, Marwa Yusuf Teaching Assistant - Computer Engineering Department
2016 Feb 11
5
issues with split llvm libraries and llvmpipe and failing to load library
...0x00007f8a64768000) libLLVMBitWriter.so.3.7 => /lib64/libLLVMBitWriter.so.3.7 (0x00007f8a64541000) libLLVMX86Disassembler.so.3.7 => /lib64/libLLVMX86Disassembler.so.3.7 (0x00007f8a641df000) libLLVMX86AsmParser.so.3.7 => /lib64/libLLVMX86AsmParser.so.3.7 (0x00007f8a63f4b000) libLLVMX86CodeGen.so.3.7 => /lib64/libLLVMX86CodeGen.so.3.7 (0x00007f8a63b61000) libLLVMSelectionDAG.so.3.7 => /lib64/libLLVMSelectionDAG.so.3.7 (0x00007f8a63761000) libLLVMAsmPrinter.so.3.7 => /lib64/libLLVMAsmPrinter.so.3.7 (0x00007f8a634e6000) libLLVMCodeGen.so.3.7 => /lib64/libLLVMCodeGen...
2012 May 12
0
[LLVMdev] llvm-config Question
...g > --libfiles` now also reports files that belong to targets that I did not > build (and that are thus not available). Is this expected? I can confirm this. I always build LLVM with configure --enable-targets=host-only. With LLVM 3.0, llvm-config --libfiles only reports the /usr/local/lib/libLLVMX86CodeGen.a backend, as expected, whereas with LLVM 3.1rc3 I also get /usr/local/lib/libLLVMMipsCodeGen.a, /usr/local/lib/libLLVMXCoreCodeGen.a, /usr/local/lib/libLLVMMSP430CodeGen.a and a bunch of other backends which aren't installed. -- Dr. Albert Gr"af Dept. of Music-Informatics, Universit...
2012 May 12
2
[LLVMdev] llvm-config Question
Hello, in order to get ready for the upcoming LLVM 3.1 release, I checked out the 3.1 Release branch. However, unlike with LLVM 3.0, `llvm-config --libfiles` now also reports files that belong to targets that I did not build (and that are thus not available). Is this expected? Thanks, Keno -------------- next part -------------- An HTML attachment was scrubbed... URL:
2016 Jul 29
12
[3.9 Release] Release Candidate 1 has been tagged
Dear testers, 3.9.0-rc1 was just tagged from the 3.9 branch at r277207. This took a little longer than I'd hoped, but I think the branch is in a decent state now. There are still open merge requests and bugs, but I'd like to get the real testing started to see where we're at. Please build, test, and upload binaries to the sftp. Let me know how it goes. I'll upload source, docs,
2019 Jun 21
4
Memory overflow during cmake/ninja build
...class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -fdiagnostics-color -g -Wl,-allow-shlib-undefined -Wl,-rpath-link,/home/ron/llvm-project/build-try3/./lib tools/llvm-lto/CMakeFiles/llvm-lto.dir/llvm-lto.cpp.o  -o bin/llvm-lto  -Wl,-rpath,"\$ORIGIN/../lib" lib/libLLVMX86CodeGen.a lib/libLLVMX86AsmParser.a lib/libLLVMX86AsmPrinter.a lib/libLLVMX86Desc.a lib/libLLVMX86Disassembler.a lib/libLLVMX86Info.a lib/libLLVMX86Utils.a lib/libLLVMBitReader.a lib/libLLVMBitWriter.a lib/libLLVMCore.a lib/libLLVMIRReader.a lib/libLLVMLTO.a lib/libLLVMMC.a lib/libLLVMObject.a lib/lib...
2010 Jun 05
1
[LLVMdev] undefined reference when using llvm-config
...ts.a libLLVMSelectionDAG.a libLLVMSparcAsmPrinter.a libLLVMSparcCodeGen.a libLLVMSparcInfo.a libLLVMSupport.a libLLVMSystem.a libLLVMSystemZAsmPrinter.a libLLVMSystemZCodeGen.a libLLVMSystemZInfo.a libllvm_target.a libLLVMTarget.a libLLVMTransformUtils.a libLLVMX86AsmParser.a libLLVMX86AsmPrinter.a libLLVMX86CodeGen.a libLLVMX86Disassembler.a libLLVMX86Info.a libLLVMXCoreAsmPrinter.a libLLVMXCoreCodeGen.a libLLVMXCoreInfo.a libLTO.a libLTO.so libplugin_llvmc_Base.a libplugin_llvmc_Clang.a libprofile_rt.so libUnitTestMain.a ocaml
2019 Jun 06
2
clang: error: linker command failed due to signal (use -v to see invocation)
.../libLLVMARMCodeGen.a lib/libLLVMBPFCodeGen.a lib/libLLVMHexagonCodeGen.a lib/libLLVMLanaiCodeGen.a lib/libLLVMMipsCodeGen.a lib/libLLVMMSP430CodeGen.a lib/libLLVMNVPTXCodeGen.a lib/libLLVMPowerPCCodeGen.a lib/libLLVMSparcCodeGen.a lib/libLLVMSystemZCodeGen.a lib/libLLVMWebAssemblyCodeGen.a lib/libLLVMX86CodeGen.a lib/libLLVMXCoreCodeGen.a lib/libLLVMAArch64Desc.a lib/libLLVMAMDGPUDesc.a lib/libLLVMARMDesc.a lib/libLLVMBPFDesc.a lib/libLLVMHexagonDesc.a lib/libLLVMLanaiDesc.a lib/libLLVMMipsDesc.a lib/libLLVMMSP430Desc.a lib/libLLVMNVPTXDesc.a lib/libLLVMPowerPCDesc.a lib/libLLVMSparcDesc.a lib/libLLV...
2017 Sep 27
1
Build error
...ib/libLLVMSparcDesc.a lib/libLLVMSparcInfo.a lib/libLLVMSparcDisassembler.a lib/libLLVMSparcInfo.a lib/libLLVMSystemZCodeGen.a lib/libLLVMSystemZAsmPrinter.a lib/libLLVMSystemZAsmParser.a lib/libLLVMSystemZDesc.a lib/libLLVMSystemZInfo.a lib/libLLVMSystemZDisassembler.a lib/libLLVMSystemZInfo.a lib/libLLVMX86CodeGen.a lib/libLLVMX86AsmPrinter.a lib/libLLVMX86AsmParser.a lib/libLLVMX86Desc.a lib/libLLVMX86Info.a lib/libLLVMX86Disassembler.a lib/libLLVMX86Info.a lib/libLLVMX86Utils.a lib/libLLVMXCoreCodeGen.a lib/libLLVMXCoreAsmPrinter.a lib/libLLVMXCoreDesc.a lib/libLLVMXCoreInfo.a lib/libLLVMXCoreDisassembler....
2010 Apr 04
1
[LLVMdev] _gt_ggc_r_gt_darwin_c_h undefined
...end.a ../libcpp/libcpp.a /sw/lib/llvm/lib/libLLVMBitReader.a /sw/lib/llvm/lib/libLLVMipo.a /sw/lib/llvm/lib/libLLVMBitWriter.a /sw/lib/llvm/lib/libLLVMX86Disassembler.a /sw/lib/llvm/lib/libLLVMX86AsmParser.a /sw/lib/llvm/lib/libLLVMMCParser.a /sw/lib/llvm/lib/libLLVMX86AsmPrinter.a /sw/lib/llvm/lib/libLLVMX86CodeGen.a /sw/lib/llvm/lib/libLLVMSelectionDAG.a /sw/lib/llvm/lib/libLLVMAsmPrinter.a /sw/lib/llvm/lib/libLLVMCodeGen.a /sw/lib/llvm/lib/libLLVMScalarOpts.a /sw/lib/llvm/lib/libLLVMInstCombine.a /sw/lib/llvm/lib/libLLVMTransformUtils.a /sw/lib/llvm/lib/libLLVMipa.a /sw/lib/llvm/lib/libLLVMAnalysis.a /sw/li...
2020 Mar 28
2
LLD issue on a massively parallel build machine
...mZCodeGen.a lib/libLLVMSystemZAsmParser.a lib/libLLVMSystemZDesc.a lib/libLLVMSystemZDisassembler.a lib/libLLVMSystemZInfo.a lib/libLLVMWebAssemblyCodeGen.a lib/libLLVMWebAssemblyAsmParser.a lib/libLLVMWebAssemblyDesc.a lib/libLLVMWebAssemblyDisassembler.a lib/libLLVMWebAssemblyInfo.a lib/libLLVMX86CodeGen.a lib/libLLVMX86AsmParser.a lib/libLLVMX86Desc.a lib/libLLVMX86Disassembler.a lib/libLLVMX86Info.a lib/libLLVMX86Utils.a lib/libLLVMXCoreCodeGen.a lib/libLLVMXCoreDesc.a lib/libLLVMXCoreDisassembler.a lib/libLLVMXCoreInfo.a lib/libLLVMAnalysis.a lib/libLLVMCodeGen.a lib/libLLVMCore.a l...
2020 Mar 28
3
LLD issue on a massively parallel build machine
...mZCodeGen.a lib/libLLVMSystemZAsmParser.a lib/libLLVMSystemZDesc.a lib/libLLVMSystemZDisassembler.a lib/libLLVMSystemZInfo.a lib/libLLVMWebAssemblyCodeGen.a lib/libLLVMWebAssemblyAsmParser.a lib/libLLVMWebAssemblyDesc.a lib/libLLVMWebAssemblyDisassembler.a lib/libLLVMWebAssemblyInfo.a lib/libLLVMX86CodeGen.a lib/libLLVMX86AsmParser.a lib/libLLVMX86Desc.a lib/libLLVMX86Disassembler.a lib/libLLVMX86Info.a lib/libLLVMX86Utils.a lib/libLLVMXCoreCodeGen.a lib/libLLVMXCoreDesc.a lib/libLLVMXCoreDisassembler.a lib/libLLVMXCoreInfo.a lib/libLLVMAnalysis.a lib/libLLVMCodeGen.a lib/libLLVMCore.a l...
2016 Jul 23
3
[llvm-toolchain v3.8.1] LTO: Linking clang hangs with ld.gold and LLVMgold.so plugin
...ow-shlib-undefined -Wl,--export-dynamic -Wl,-O3 > -Wl,--gc-sections > tools/clang/tools/driver/CMakeFiles/clang.dir/driver.cpp.o > tools/clang/tools/driver/CMakeFiles/clang.dir/cc1_main.cpp.o > tools/clang/tools/driver/CMakeFiles/clang.dir/cc1as_main.cpp.o -o > bin/clang-3.8 lib/libLLVMX86CodeGen.a lib/libLLVMX86AsmPrinter.a > lib/libLLVMX86AsmParser.a lib/libLLVMX86Desc.a lib/libLLVMX86Info.a > lib/libLLVMX86Disassembler.a lib/libLLVMAnalysis.a > lib/libLLVMCodeGen.a lib/libLLVMCore.a lib/libLLVMipo.a > lib/libLLVMInstCombine.a lib/libLLVMInstrumentation.a lib/libLLVMMC.a >...
2020 Mar 28
2
LLD issue on a massively parallel build machine
...mZCodeGen.a lib/libLLVMSystemZAsmParser.a lib/libLLVMSystemZDisassembler.a lib/libLLVMSystemZDesc.a lib/libLLVMSystemZInfo.a lib/libLLVMWebAssemblyCodeGen.a lib/libLLVMWebAssemblyAsmParser.a lib/libLLVMWebAssemblyDisassembler.a lib/libLLVMWebAssemblyDesc.a lib/libLLVMWebAssemblyInfo.a lib/libLLVMX86CodeGen.a lib/libLLVMCFGuard.a lib/libLLVMGlobalISel.a lib/libLLVMX86AsmParser.a lib/libLLVMX86Desc.a lib/libLLVMX86Disassembler.a lib/libLLVMX86Info.a lib/libLLVMX86Utils.a lib/libLLVMXCoreCodeGen.a lib/libLLVMAsmPrinter.a lib/libLLVMDebugInfoDWARF.a lib/libLLVMSelectionDAG.a lib/libLLVMXCoreD...