[PATCH] D18224: llvm-readobj: GNU style symbols printing
Rafael EspĂndola via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 17 15:52:02 PDT 2016
On 17 March 2016 at 15:39, khemant at codeaurora.org
<khemant at codeaurora.org> wrote:
> khemant added a comment.
>
> The patch to upstream the processor specific flags for small area is not yet in the Hexagon backend. That is why I made a binary. I do not know of other backends that can get me this flag.
That is fine.
>> You can use dynamic_symbols.
>>
> I need a way to get the name of the symbol table (both static and dynamic) when the section is present. Any ideas how do I do it?
Can you store just a StringRef? I know that is odd, but we are between
a rock and a hard place. We either have a odd representation or we
have a redundant one.
Cheers,
Rafael
More information about the llvm-commits
mailing list