search for: 768c98ef

Displaying 1 result from an estimated 1 matches for "768c98ef".

2014 Oct 15
2
[LLVMdev] using -debug-ir to map identify IR mapping
Hi, I am using the -debug-ir pass in LLVM-3.5 opt tool to map binary information back to the IR instead of the source files. I use the opt tool to generate a .ll file. But when I run the llc tool on it to generate an assembly (or object) file, it gives me the following warning warning: ignoring debug info with an invalid version (0) in How can I use the debug-ir functionality to achieve a