[llvm] r174874 - AArch64: Add basic relocation processing for llvm-dwarfdump.
Tim Northover
t.p.northover at gmail.com
Mon Feb 11 08:29:11 PST 2013
On Mon, Feb 11, 2013 at 4:09 PM, Eric Christopher <echristo at gmail.com> wrote:
> In this case you could use a .ll file to do this and just have it generated
> rather than an object file that you check. Just compile a basic object file
> with a function or two and it'll get you what you need. For the aarch64 bits
> go ahead and make a directory parallel to the X86 directory for this
> specific thing.
Thanks Eric; a good suggestion implemented in r174891.
Tim.
More information about the llvm-commits
mailing list