search for: libllvmcodegen

Displaying 20 results from an estimated 115 matches for "libllvmcodegen".

2011 May 06
0
[LLVMdev] Question about linking llvm-mc when porting a new backend
...ot;, referenced from: vtable for llvm::EBCRegisterInfoin libLLVMEBCCodeGen.a(EBCRegisterInfo.cpp.o) vtable for llvm::EBCGenRegisterInfoin libLLVMEBCCodeGen.a(EBCRegisterInfo.cpp.o) "llvm::TargetMachine::getAsmVerbosityDefault()", referenced from: getVerboseAsm() in libLLVMCodeGen.a(LLVMTargetMachine.cpp.o) "llvm::TargetData::getPrefTypeAlignment(llvm::Type const*) const", referenced from: llvm::SelectionDAG::getConstantPool(llvm::MachineConstantPoolValue*, llvm::EVT, unsigned int, int, bool, unsigned char)in libLLVMSelectionDAG.a(SelectionDAG.cpp.o)...
2006 Aug 03
0
[LLVMdev] Building llvm under cygwin
Hello Anton Thu, 3 Aug 2006 15:06:56 +0400 you wrote: > here it is in the attachment :) Ok. Could you also send LibDeps.txt file? It should be in /obj/tools/llvm-config directory -- With best regards, Anton Korobeynikov. Faculty of Mathematics & Mechanics, Saint Petersburg State University.
2014 Mar 26
7
[LLVMdev] Lots of regtest failures on PPC64/Linux
...[ 3149s] 1 libLLVMSupport.so 0x00003fff7ed0bb1c [ 3149s] 2 libLLVMSupport.so 0x00003fff7ed0c520 [ 3149s] 3 linux-vdso64.so.1 0x00003fff7f7b0478 __kernel_sigtramp_rt64 + 0 [ 3149s] 4 libLLVMSupport.so 0x00003fff7ecfb448 llvm::sys::AtomicIncrement(unsigned int volatile*) + 4294685040 [ 3149s] 5 libLLVMCodeGen.so 0x00003fff7f64603c [ 3149s] 6 libLLVMCodeGen.so 0x00003fff7f641f84 [ 3149s] 7 libLLVMCodeGen.so 0x00003fff7f63f16c [ 3149s] 8 libLLVMCodeGen.so 0x00003fff7f5b8220 llvm::MachineFunctionPass::runOnFunction(llvm::Function&) + 4293027568 [ 3149s] 9 libLLVMCore.so 0x00003fff7f35be3c llvm::...
2006 Aug 04
1
[LLVMdev] Building llvm under cygwin
Hello Anton Fri, 4 Aug 2006 21:45:19 +0400 you wrote: > Written by Mike Haertel and Paul Eggert. > I've updated llvm and llvm-gcc4 ant trying to build it again after > PR845 was resolved. According to Reid's letter this PR coud be the > reason of my problem. Anyway, "sort" call can cause large problems depending, where in your PATH cygwin directory is (before
2011 May 07
0
[LLVMdev] Question about linking llvm-mc when porting a new backend
...ot;, referenced from: vtable for llvm::EBCRegisterInfoin libLLVMEBCCodeGen.a(EBCRegisterInfo.cpp.o) vtable for llvm::EBCGenRegisterInfoin libLLVMEBCCodeGen.a(EBCRegisterInfo.cpp.o) "llvm::TargetMachine::getAsmVerbosityDefault()", referenced from: getVerboseAsm() in libLLVMCodeGen.a(LLVMTargetMachine.cpp.o) "llvm::TargetData::getPrefTypeAlignment(llvm::Type const*) const", referenced from: llvm::SelectionDAG::getConstantPool(llvm::MachineConstantPoolValue*, llvm::EVT, unsigned int, int, bool, unsigned char)in libLLVMSelectionDAG.a(SelectionDAG.cpp.o)...
2006 Jul 25
1
[LLVMdev] Dubious Library Dependencies
...Deps.pl utility (which is used by llvm-config to deduce library dependencies), a review of the output has led to a few dubious library dependencies. Here they are: All of the following dependencies are singletons (the dependent library depends on only a single symbol from the dependency library): libLLVMCodeGen.a: libLLVMAnalysis.a(llvm::LoopInfoLinkVar) libLLVMCodeGen.a: libLLVMipo.a(PATypeHolder::get() const) libLLVMArchive.a: libLLVMCore.a(Module::~Module) libLLVMAsmParser.a: libLLVMSupport.a(IncludeFile::IncludeFile(void*) libLLVMCBackend.a: libLLVMAnalysis.a(llvm::Loop...
2014 Feb 19
4
[LLVMdev] [RFC] CodeGenPrepare will eventually introduce dependencies to libLLVMCodeGen in libLLVMScalarOpts
...hich introduces a use of TargetLoweringBase::InstructionOpcodeToISD (see [1] for the details). This is usual for CodeGenPrepare to use the TargetLowering class when it is available, however, using this particular function creates linking problems. ** Context ** The TargetLowering class is part of libLLVMCodeGen, which means that in theory every consumer of libLLVMScalarOpts would have to link against libLLVMCodeGen. In practice, so far it was not required because all the functions of TargetLowering called in CodeGenPrepare are either: - virtual function (resolved dynamically). - inlined in the header (co...
2014 Mar 26
3
[LLVMdev] Lots of regtest failures on PPC64/Linux
...[ 3149s] 2 libLLVMSupport.so 0x00003fff7ed0c520 > > [ 3149s] 3 linux-vdso64.so.1 0x00003fff7f7b0478 > > __kernel_sigtramp_rt64 + 0 > > [ 3149s] 4 libLLVMSupport.so 0x00003fff7ecfb448 > > llvm::sys::AtomicIncrement(unsigned int volatile*) + 4294685040 > > [ 3149s] 5 libLLVMCodeGen.so 0x00003fff7f64603c > > [ 3149s] 6 libLLVMCodeGen.so 0x00003fff7f641f84 > > [ 3149s] 7 libLLVMCodeGen.so 0x00003fff7f63f16c > > [ 3149s] 8 libLLVMCodeGen.so 0x00003fff7f5b8220 > > llvm::MachineFunctionPass::runOnFunction(llvm::Function&) + > > 4293027568 >...
2006 Aug 01
15
[LLVMdev] Building llvm under cygwin
> > If you're building llvm-gcc4, you don't need the runtime libraries, so > I'd just stick with the "tools-only" build and declare success. If > you're building llvm-gcc3, I'd suggest you switch to llvm-gcc4 :) I switched to llvm-gcc4 but when I run make from obj folder i run into folowing errors: Can't find a library with no dependencies at
2006 Aug 03
0
[LLVMdev] Building llvm under cygwin
Hello Anton Thu, 3 Aug 2006 12:38:54 +0400 you wrote: > I've updated it yesterday and rebuilt - llvm built fine. But when > building llvm-gcc4 (also updated yesterday from new /trunk > directory) it fails with the same error. You might easily get llvm-gcc4-mingw32 binaries from "prerelease" directory. Since stdcall, fastcall & dllimport stuff is unsupported right now,
2016 Jul 31
2
[Release-testers] [3.9 Release] Release Candidate 1 has been tagged
...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/libLLVMCodeGen.so.3.8+0x176002) #15 0xfffffffff60ab337 llvm::FPPassManager::runOnModule(llvm::Module&) (/usr/lib/libLLVMCodeGen.so.3.8+0x11c337) #16 0xfffffffff50d7e6f llvm::legacy::PassMan...
2009 Apr 14
3
[LLVMdev] SVN Head Error Building on Mac OS X
Dear All, Has anyone else noticed the following problem building LLVM on Mac OS X: find-cycles.pl: Circular dependency between *.a files: find-cycles.pl: libLLVMAsmPrinter.a libLLVMCodeGen.a libLLVMSelectionDAG.a llvm[1]: Building llvm-config script. cat: /Users/criswell/box/x86/llvm22/tools/llvm-config/FinalLibDeps.txt: No such file or directory -- John T.
2011 Nov 14
2
[LLVMdev] Build LLVM as a DLL on Windows x86
...vm[1]: Linking all libs together for static libstdc++.a llvm[1]: Making dummy -lstdc++ to lib llvm[1]: Collecting global symbols of stdc++ llvm[1]: Generating exports for LLVM-3.0 llvm[1]: Generating LLVM-3.0.def llvm[1]: Linking Release Shared Library LLVM-3.0.dll c:/dev/llvm/build-rc3/Release/lib/libLLVMCodeGen.a(RegAllocPBQP.o):fake:(.text$_ ZN4PBQP5Graph7addNodeERKNS_6VectorE[PBQP::Graph::addNode(PBQP::Vector const&)]+0 x9c): undefined reference to `std::_List_node_base::_M_hook(std::_List_node_base *)' c:/dev/llvm/build-rc3/Release/lib/libLLVMCodeGen.a(RegAllocPBQP.o):fake:(.text$_ ZN4PBQP19H...
2016 Jan 07
2
llvm-config with shared libraries in cmake builds broken (since r257003?)
Hi Andrew, since today, I get: $ llvm-config --link-shared --libs engine llvm-config: error: libLLVM-3.8svn.so is missing Looking at the log, this is most likely caused by your recent change. cmake shared library builds generate separate .so files analogous to the static library builds, e.g. libLLVMCodeGen.so (no version suffix, curiously enough). It would be nice if that wasn't broken :) Cheers, Nicolai
2014 Oct 17
3
[LLVMdev] oprofile support?
...o unit mask) count 5000000 CPU_CLK_UNHALT...| samples| %| ------------------ 6949 100.000 lli CPU_CLK_UNHALT...| samples| %| ------------------ 6903 99.3380 ld-2.19.so 23 0.3310 no-vmlinux 10 0.1439 libLLVMCore.so 8 0.1151 libLLVMCodeGen.so 2 0.0288 libpthread-2.19.so 1 0.0144 libLLVMAsmPrinter.so 1 0.0144 libLLVMSelectionDAG.so 1 0.0144 libLLVMTransformUtils.so $ opreport -l `which lli` Using /home/dad/oprofile_data/samples/ for samples directory. CPU: Intel Haswell microarchite...
2009 Apr 14
0
[LLVMdev] SVN Head Error Building on Mac OS X
John Criswell wrote: > Dear All, > > Has anyone else noticed the following problem building LLVM on Mac OS X: > > find-cycles.pl: Circular dependency between *.a files: > find-cycles.pl: libLLVMAsmPrinter.a libLLVMCodeGen.a libLLVMSelectionDAG.a > llvm[1]: Building llvm-config script. > cat: /Users/criswell/box/x86/llvm22/tools/llvm-config/FinalLibDeps.txt: > No such file or directory > I managed to fix this by deleting nearly all of the files in my object tree, reconfiguring, and rebuilding. Does an...
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,
2017 Feb 21
2
Error at Pre-regalloc Machine LICM: "getVRegDef assumes a single definition or no definition"' failed.
...3 libLLVMSupport.so 0x00007f634e254f4b 4 libc.so.6 0x00007f634d1054b0 5 libc.so.6 0x00007f634d105428 gsignal + 56 6 libc.so.6 0x00007f634d10702a abort + 362 7 libc.so.6 0x00007f634d0fdbd7 8 libc.so.6 0x00007f634d0fdc82 9 libLLVMCodeGen.so 0x00007f6350b39ef2 llvm::MachineRegisterInfo::getVRegDef(unsigned int) const + 182 10 libLLVMCodeGen.so 0x00007f6350afd238 11 libLLVMCodeGen.so 0x00007f6350aff75f 12 libLLVMCodeGen.so 0x00007f6350afbef5 13 libLLVMCodeGen.so 0x00007f6350afa279 14 libLLVMCodeGen.so 0x0000...
2020 Feb 02
3
lld out of memory
Hi, I am seeing an LLVM build failure with recent LLD on x86 like: [...] lib/libLLVMCodeGen.a lib/libLLVMBitWriter.a lib/libLLVMScalarOpts.a lib/libLLVMAgg ressiveInstCombine.a lib/libLLVMInstCombine.a lib/libLLVMTransformUtils.a lib/libLLVMDebugInfoDWARF.a lib/lib LLVMMCDisassembler.a lib/libLLVMExecutionEngine.a lib/libLLVMTarget.a lib/libLLVMAnalysis.a lib/libLLVMProfil eDat...
2016 Feb 11
5
issues with split llvm libraries and llvmpipe and failing to load library
...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.so.3.7 (0x00007f8a63014000) libLLVMScalarOpts.so.3.7 => /lib64/libLLVMScalarOpts.so.3.7 (0x00007f8a62c92000) libLLVMProfileData.so.3.7 => /lib64/libLLVMProfileData.so.3.7 (0x00007f8a62a67000) libLLVMInstCombine.so.3.7 => /lib64/libLLVMInstComb...