search for: localvar2

Displaying 2 results from an estimated 2 matches for "localvar2".

2013 Feb 07
3
[LLVMdev] Is there a way to verify that debug info metadata are correct ?
...f992bb llvm::PassManagerImpl::run(llvm::Module&) + 171 13 llc 0x000000000052feb2 main + 5778 14 libc.so.6 0x00007f5dd62fdc4d __libc_start_main + 253 15 llc 0x000000000052bc29 Stack dump: 0. Program arguments: /home/deldon/Work/dev/pgi/linux86/share/llvm/3.2/bin/llc localvar2.ll -march=x86 -o localvar2.s 1. Running pass 'Function Pass Manager' on module 'localvar2.ll'. 2. Running pass 'X86 AT&T-Style Assembly Printer' on function '@foo' To me debug metadata, I'm generating, seem correct, but I can't find why this assert is...
2013 Feb 11
0
[LLVMdev] Is there a way to verify that debug info metadata are correct ?
...run(llvm::Module&) + 171 > 13 llc 0x000000000052feb2 main + 5778 > 14 libc.so.6 0x00007f5dd62fdc4d __libc_start_main + 253 > 15 llc 0x000000000052bc29 > Stack dump: > 0. Program arguments: /home/deldon/Work/dev/pgi/linux86/share/llvm/3.2/bin/llc localvar2.ll -march=x86 -o localvar2.s > 1. Running pass 'Function Pass Manager' on module 'localvar2.ll'. > 2. Running pass 'X86 AT&T-Style Assembly Printer' on function '@foo' > > > To me debug metadata, I'm generating, seem correct, but I ca...