search for: libllvm

Displaying 20 results from an estimated 367 matches for "libllvm".

2011 Mar 29
1
[LLVMdev] cross compiling to sparc with llvm
....c -c -o test.bc > llc -march=sparcv9 test.bc -o hello.s ExpandIntegerResult #0: 0x8a6c478: i64 = GlobalAddress<[4 x i8]* @.str> 0 [ORD=1] [ID=0] Do not know how to expand the result of this operator! UNREACHABLE executed at ~/llvm/lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp:947! 0 libLLVM-2.8svn.so 0xf6f82ef8 1 libLLVM-2.8svn.so 0xf6f82d90 2 0xf776c400 __kernel_sigreturn + 0 3 libc.so.6 0xf5a1cd52 abort + 386 4 libLLVM-2.8svn.so 0xf6f56ee9 5 libLLVM-2.8svn.so 0xf6e43cf2 6 libLLVM-2.8svn.so 0xf6e5206a 7 libLLVM-2.8svn.so 0xf6e5615a llvm::SelectionDAG:...
2012 Jan 12
3
[LLVMdev] 'opt' Aborted "While deleting: void %"
...have any ideas? I'm not trying to do any crazy deallocation or anything, it just seems like a normal pass to me. Thanks, Griffin Wright While deleting: void % An asserting value handle still pointed to this value! UNREACHABLE executed at /x/grwright/llvm/llvm-2.9/lib/VMCore/Value.cpp:569! 0 libLLVM-2.9.so 0xf6ef856b 1 libLLVM-2.9.so 0xf6ef82f8 2 0xf7782400 __kernel_sigreturn + 0 3 libc.so.6 0xf57d4d52 abort + 386 4 libLLVM-2.9.so 0xf6ee40d4 llvm::SmallVector<char, 64u>::~SmallVector() + 0 5 libLLVM-2.9.so 0xf6a5ce2e llvm::ValueHandleBase::ValueIsDeleted(llvm::Va...
2012 Jan 12
0
[LLVMdev] 'opt' Aborted "While deleting: void %"
...ny crazy deallocation or anything, it just seems like a normal pass > to me. > > Thanks, > Griffin Wright > > While deleting: void % > An asserting value handle still pointed to this value! > UNREACHABLE executed at /x/grwright/llvm/llvm-2.9/lib/VMCore/Value.cpp:569! > 0 libLLVM-2.9.so 0xf6ef856b > 1 libLLVM-2.9.so 0xf6ef82f8 > 2 0xf7782400 __kernel_sigreturn + 0 > 3 libc.so.6 0xf57d4d52 abort + 386 > 4 libLLVM-2.9.so 0xf6ee40d4 llvm::SmallVector<char, 64u>::~SmallVector() + > 0 > 5 libLLVM-2.9.so 0xf6a5ce2e > llvm::Value...
2012 Jan 13
1
[LLVMdev] 'opt' Aborted "While deleting: void %"
...a normal >> pass >> to me. >> >> Thanks, >> Griffin Wright >> >> While deleting: void % >> An asserting value handle still pointed to this value! >> UNREACHABLE executed at >> /x/grwright/llvm/llvm-2.9/lib/VMCore/Value.cpp:569! >> 0 libLLVM-2.9.so 0xf6ef856b >> 1 libLLVM-2.9.so 0xf6ef82f8 >> 2 0xf7782400 __kernel_sigreturn + 0 >> 3 libc.so.6 0xf57d4d52 abort + 386 >> 4 libLLVM-2.9.so 0xf6ee40d4 llvm::SmallVector<char, 64u>::~SmallVector() >> + >> 0 >> 5 libLLVM-2...
2011 Dec 12
4
[LLVMdev] problem with runOnLoop
...of function in a loop, so I used the following code: *bool parallel::runOnLoop(Loop *L, LPPassManager &LPM) { for (Function::iterator bi= func->begin(); bi != func->end(); bi++){ // } }* First loop run without problem, but for second loop I get the following error: *0 libLLVM-2.9.so 0x0137d530 1 libLLVM-2.9.so 0x0137fa6c 2 0x002a7400 __kernel_sigreturn + 0 3 parallel.so 0x002895e9 parallel::runOnLoop(llvm::Loop*, llvm::LPPassManager&) + 345 4 libLLVM-2.9.so 0x00982994 llvm::LPPassManager::runOnFunction(llvm::Function&) + 1156 5 libLLVM-2.9...
2011 Jan 15
2
[LLVMdev] LLVM GC
...egistered, and the llvm_gc_root_chain global gets updated. Is linking in the runtime as an LLVM bitcode object something that I should expect to work, or does it make more sense to build the runtime for the target, and not try to emit LLVM bitcode programs from my compiler? Thanks! --trevor 0 libLLVM-2.8.so 0x0000003cc36eee9f 1 libLLVM-2.8.so 0x0000003cc36ef99a 2 libpthread.so.0 0x0000003cc200f4a0 3 libLLVM-2.8.so 0x0000003cc33360dd llvm::StructType::StructType(llvm::LLVMContext&, std::vector<llvm::Type const*, std::allocator<llvm::Type const*> > const&, bool) + 237 4...
2012 May 16
2
[LLVMdev] NVPTX: __iAtomicCAS support ?
...m .b32 func_retval0) _Z12__iAtomicCASPiii ( .param .b32 _Z12__iAtomicCASPiii_param_0, .param .b32 _Z12__iAtomicCASPiii_param_1, .param .b32 _Z12__iAtomicCASPiii_param_2 ) ; Not Implemented UNREACHABLE executed at /tmp/rpmbuild_debug/BUILD/llvm/build/include/llvm/Target/TargetLowering.h:1249! 0 libLLVM-3.2svn.so 0x00007f47738b8f5f 1 libLLVM-3.2svn.so 0x00007f47738b9525 2 libpthread.so.0 0x00007f47726135d0 3 libc.so.6 0x00007f4771931945 gsignal + 53 4 libc.so.6 0x00007f4771932f21 abort + 385 5 libLLVM-3.2svn.so 0x00007f47738a24c1 llvm::report_fatal_error(llvm::Twine const&am...
2012 Feb 03
3
[LLVMdev] How can I see what opt tries to delete at the end of a pass?
...e a way to see a breakdown of what exactly opt is doing, value by value, after it hits return at the end of opt.cpp? Thanks! -Griffin Wright While deleting: void % An asserting value handle still pointed to this value! UNREACHABLE executed at /x/grwright/llvm/llvm-2.9/lib/VMCore/Value.cpp:569! 0 libLLVM-2.9.so 0x569fa56b 1 libLLVM-2.9.so 0x569fa2f8 2 0x55573400 __kernel_sigreturn + 0 3 libc.so.6 0x57422d52 abort + 386 4 libLLVM-2.9.so 0x569e60d4 llvm::SmallVector<char, 64u>::~SmallVector() + 0 5 libLLVM-2.9.so 0x5655ee2e llvm::ValueHandleBase::ValueIsDeleted(llvm::Va...
2012 Sep 03
2
[LLVMdev] [NVPTX] Backend cannot handle array-of-arrays constant
...;], align 4096 $ llc -march="nvptx" test.ll -o - // // Generated by LLVM NVPTX Back-End // .version 3.0 .target sm_10, texmode_independent .address_size 32 Unexpected Constant type UNREACHABLE executed at /home/marcusmae/rpmbuild/BUILD/llvm/lib/Target/NVPTX/NVPTXAsmPrinter.cpp:1903! 0 libLLVM-3.2svn.so 0x00007f1bcb71bf0e 1 libLLVM-3.2svn.so 0x00007f1bcb71bd0a 2 libpthread.so.0 0x00007f1bca33ccb0 3 libc.so.6 0x00007f1bc9aa8445 gsignal + 53 4 libc.so.6 0x00007f1bc9aabbab abort + 379 5 libLLVM-3.2svn.so 0x00007f1bcb7044a3 6 libLLVM-3.2svn.so 0x00007f1bcb3e6396 7 li...
2014 May 12
2
[LLVMdev] Name of the libraries + soname? 3.4.1 ?
On 12/05/2014 15:22, Tom Stellard wrote: > On Mon, May 12, 2014 at 08:41:36AM +0200, Sylvestre Ledru wrote: >> Hello, >> >> With the release of 3.4.1, the LLVM library has been renamed from >> libLLVM-3.4.so to libLLVM-3.4.1.so. In parallel, the soname has been >> updated to >> reflect this change. >> >> AFAIK, we kept the ABI compatible from 3.4 to 3.4.1. So, is there any >> reason for doing it? >> This caused some breakages in Debian (basically, breaking som...
2016 Dec 27
1
Running grep with LLI
...compiled grep with llvm-3.4(because consumer tool uses llvm3.4 bit code) and generate bit-code for this. When I am running with lli output is pseudo instructions should be removed before code emission UNREACHABLE executed at /home/awanish/llvm/llvm-3.4.2/lib/Target/X86/X86CodeEmitter.cpp:1176! 0 libLLVM-3.4.so 0x00007f1250f655d5 llvm::sys::PrintStackTrace(_IO_FILE*) + 37 1 libLLVM-3.4.so 0x00007f1250f65a23 2 libpthread.so.0 0x00007f124fffd330 3 libc.so.6 0x00007f124f011c37 gsignal + 55 4 libc.so.6 0x00007f124f015028 abort + 328 5 libLLVM-3.4.so 0x00007f1250f5218c llvm::llvm_unr...
2014 May 12
4
[LLVMdev] Name of the libraries + soname? 3.4.1 ?
...+0200, Sylvestre Ledru wrote: >> On 12/05/2014 15:22, Tom Stellard wrote: >>> On Mon, May 12, 2014 at 08:41:36AM +0200, Sylvestre Ledru wrote: >>>> Hello, >>>> >>>> With the release of 3.4.1, the LLVM library has been renamed from >>>> libLLVM-3.4.so to libLLVM-3.4.1.so. In parallel, the soname has been >>>> updated to >>>> reflect this change. >>>> >>>> AFAIK, we kept the ABI compatible from 3.4 to 3.4.1. So, is there any >>>> reason for doing it? >>>> This caused s...
2018 Nov 11
3
A stage2 build causes changes to libllvm impacting program using it (exemple: rustc)
...es built with gcc, we are rebuilding everything a second time using the newly built clang. Now, when pushed to Debian, it caused some unexpected issues in particular with rust reported here: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=913271#35 rustc in Debian was building initially against libllvm built with gcc. It was working fine. The failure is now happening when the systems saw their libllvm upgraded to the stage2 bootstrap one. The beginning of the backtrace is the following (generating debug info): Thread 1 "rustc" received signal SIGSEGV, Segmentation fault. 0x00007ffff1e...
2012 Jun 25
2
[LLVMdev] Is llc broken for Cortex-A9 + neon ?
...vm/trunk/sources/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp:703: void<unnamed>::SelectionDAGLegalize::LegalizeOp(llvm::SDNode*): Assertion `TLI.getTypeAction(*DAG.getContext(), Node->getValueType(i)) == TargetLowering::TypeLegal && "Unexpected illegal type!"' failed. 0 libLLVM-3.2svn.so 0x00007fe073e4433f 1 libLLVM-3.2svn.so 0x00007fe073e4654a 2 libpthread.so.0 0x00007fe072d9d8f0 3 libc.so.6 0x00007fe07208ca75 gsignal + 53 4 libc.so.6 0x00007fe0720905c0 abort + 384 5 libc.so.6 0x00007fe072085941 __assert_fail + 241 6 libLLVM-3.2svn.so 0x00...
2011 Jan 15
2
[LLVMdev] Fw: LLVM GC
...itcode object something that I > > should expect to work, or does it make more sense to build the runtime > > for the target, and not try to emit LLVM bitcode programs from my compiler? > > > > Thanks! > > > > --trevor > > > > > > 0 libLLVM-2.8.so 0x0000003cc36eee9f > > 1 libLLVM-2.8.so 0x0000003cc36ef99a > > 2 libpthread.so.0 0x0000003cc200f4a0 > > 3 libLLVM-2.8.so 0x0000003cc33360dd > > llvm::StructType::StructType(llvm::LLVMContext&, std::vector<llvm::Type > > const*, std::allocat...
2012 May 16
0
[LLVMdev] NVPTX: __iAtomicCAS support ?
....b32 _Z12__iAtomicCASPiii_param_0, > .param .b32 _Z12__iAtomicCASPiii_param_1, > .param .b32 _Z12__iAtomicCASPiii_param_2 > ) > ; > > Not Implemented > UNREACHABLE executed at > /tmp/rpmbuild_debug/BUILD/llvm/build/include/llvm/Target/TargetLowerin > g.h:1249! > 0 libLLVM-3.2svn.so 0x00007f47738b8f5f > 1 libLLVM-3.2svn.so 0x00007f47738b9525 > 2 libpthread.so.0 0x00007f47726135d0 > 3 libc.so.6 0x00007f4771931945 gsignal + 53 > 4 libc.so.6 0x00007f4771932f21 abort + 385 > 5 libLLVM-3.2svn.so 0x00007f47738a24c1 > llvm::report_fa...
2011 Dec 12
1
[LLVMdev] problem with runOnLoop
...Terminator instructions)? >> Depending on what you're doing, you may be invalidating the basic block >> iterator bi. >> >> -- John T. >> >> >> First loop run without problem, but for second loop I get the following >> error: >> >> *0 libLLVM-2.9.so 0x0137d530 >> 1 libLLVM-2.9.so 0x0137fa6c >> 2 0x002a7400 __kernel_sigreturn + 0 >> 3 parallel.so 0x002895e9 parallel::runOnLoop(llvm::Loop*, >> llvm::LPPassManager&) + 345 >> 4 libLLVM-2.9.so 0x00982994 >> llvm::LPPassManager::ru...
2010 Jun 12
0
[LLVMdev] experimenting with partial evaluation
Good evening, Pierre. Here is an example to you. attached. run with -disable-lazy-comilation. It is *as-is* for Win32 but might be applicable to *-linux-elf more smartly. It does get llvm::Function* by function ptr(not name!), and clone a specialized function, and execute specialized one in the same context as parent lli. > - In a running program, can I get pointers to the llvm Module that
2011 Jan 17
0
[LLVMdev] Fw: LLVM GC
...at I >>> should expect to work, or does it make more sense to build the runtime >>> for the target, and not try to emit LLVM bitcode programs from my > compiler? >>> >>> Thanks! >>> >>> --trevor >>> >>> >>> 0 libLLVM-2.8.so 0x0000003cc36eee9f >>> 1 libLLVM-2.8.so 0x0000003cc36ef99a >>> 2 libpthread.so.0 0x0000003cc200f4a0 >>> 3 libLLVM-2.8.so 0x0000003cc33360dd >>> llvm::StructType::StructType(llvm::LLVMContext&, std::vector<llvm::Type >>> const...
2014 May 12
2
[LLVMdev] Name of the libraries + soname? 3.4.1 ?
...On 12/05/2014 15:22, Tom Stellard wrote: >>>>> On Mon, May 12, 2014 at 08:41:36AM +0200, Sylvestre Ledru wrote: >>>>>> Hello, >>>>>> >>>>>> With the release of 3.4.1, the LLVM library has been renamed from >>>>>> libLLVM-3.4.so to libLLVM-3.4.1.so. In parallel, the soname has been >>>>>> updated to >>>>>> reflect this change. >>>>>> >>>>>> AFAIK, we kept the ABI compatible from 3.4 to 3.4.1. So, is there any >>>>>> reason for...