Displaying 3 results from an estimated 3 matches for "2b46".
Did you mean:
246
2014 Oct 15
2
[LLVMdev] using -debug-ir to map identify IR mapping
Adding the flags in an opt pass seems to do the trick. I added the flags as follows
M.addModuleFlag(llvm::Module::Warning, "Dwarf Version", 3);
M.addModuleFlag(llvm::Module::Error, "Debug Info Version",
llvm::DEBUG_METADATA_VERSION);
llvm-dwarfdump and addr2line now point at a line in .ll files, not the source files.
Thanks!
/Muneeb
On 15 Oct
2007 Mar 08
2
DGD of upstream routers
Hi
I have read various info, and mailing list archives, but have not found
an answer to the following.
I have a few servers with configurations similar to the following:
They each have multiple uplinks to the Internet, and a sample config is
as follows:
eth1 is 192.168.0.1, connected to 192.168.0.2
eth2 is 192.168.1.1, connected to 192.168.1.2
My default route looks like:
ip route add scope
2014 Oct 15
2
[LLVMdev] using -debug-ir to map identify IR mapping
Yes, I am using opt and llc from the same version (3.5).
I know that there were issues with debug-ir in 3.4. I have explored the source tree myself for 3.5 and I know that the pass -debug-ir does kick in with opt.
But I have no clue of what happens with the debug information in (and after) the llc pass.
/Muneeb
On 15 Oct 2014, at 17:14, David Blaikie <dblaikie at gmail.com> wrote:
>