search for: d32618

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

2017 Apr 28
1
recognise DW_AT_SUN_amd64_parmdump dwarf attribute
...gt;> >> In case you're wondering, one way to do this would be to add an assembler source file, compile it and run it through llvm-dwarfdump. > > cool, can you point me at an existing one that i can use as a reference? Here's a very recent example: https://reviews.llvm.org/D32618 > >> Alternatively you can use the new yaml2obj tool that is being developed. > > ill try the first suggestion for now. > > cheers, > dlg > >> >> -- adrian >> >>> >>> Adrian/Paul: Pondering this, any thoughts on how conflicts in...
2017 Apr 27
3
recognise DW_AT_SUN_amd64_parmdump dwarf attribute
> On Apr 27, 2017, at 8:38 AM, David Blaikie <dblaikie at gmail.com> wrote: > > This'll need a test case, in any case. In case you're wondering, one way to do this would be to add an assembler source file, compile it and run it through llvm-dwarfdump. Alternatively you can use the new yaml2obj tool that is being developed. -- adrian > > Adrian/Paul: Pondering