shankha
2010-Jul-03 18:24 UTC
[LLVMdev] generating src code along with LLVM assembly from byte code
Hi, Are there any options that can be used with llvm-dis to generate LLVM assembly along with source code if the original byte code had been built with -g. e.g. objdump -D -d -S -l executable gives you the source code listing along with the assembly. -- Thanks Shankha
Dale Johannesen
2010-Jul-06 17:44 UTC
[LLVMdev] generating src code along with LLVM assembly from byte code
On Jul 3, 2010, at 11:24 AMPDT, shankha wrote:> Hi, > Are there any options that can be used with llvm-dis to generate LLVM > assembly along with source code if the original byte code had been > built with > -g. e.g. objdump -D -d -S -l executable gives you the source code > listing along with the assembly.No. This is probably doable, but no one has been interested to do it.
Apparently Analagous Threads
- [LLVMdev] How could I get memory address for each assemble instruction?
- [LLVMdev] Possibility of Corruption of debug metadata
- [LLVMdev] Possibility of Corruption of debug metadata
- [LLVMdev] Possibility of Corruption of debug metadata
- [LLVMdev] Re: How could I get memory address for each assemble code?