[PATCH] D74023: [RISCV] ELF attribute section for RISC-V
Shankar Easwaran via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 6 11:28:17 PST 2020
shankare added a comment.
I believe more tools like llvm-readobj also would need to parse the attribute structure, and even lld.
There is a Attribute parser in llvm/Support/ but it looks like it supports only ARM at this point.
Are you planning to add support to parse RISCV inside of LLVM Support (or) enhance the attribute parser to be more generic ?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D74023/new/
https://reviews.llvm.org/D74023
More information about the llvm-commits
mailing list