[PATCH] D60974: Clang IFSO driver action.
Jake Ehrlich via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Apr 30 18:14:32 PDT 2019
jakehehrlich added a comment.
> Wanted to mention, from my testing with yaml2obj, I needed the section flags (SHF_EXECINSTR, SHF_WRITE, SHF_ALLOC, etc) otherwise nm was spitting the wrong thing. How are you going to handle those?
I'm not sure what you mean. yaml2obj is a different tool that we shouldn't be using IMO. yaml2obj would require the sections to denote that a symbol was defined. When producing an elf file from the .tbe format you have to synthesize sections for this same reason.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D60974/new/
https://reviews.llvm.org/D60974
More information about the cfe-commits
mailing list