[PATCH] D94931: [RISCV] Add attribute support for all supported extensions
Simon Cook via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 19 00:53:29 PST 2021
simoncook added a comment.
In D94931#2506053 <https://reviews.llvm.org/D94931#2506053>, @HsiangKai wrote:
> Do you consider to modify ELFObjectFileBase::getRISCVFeatures() in llvm/lib/Object/ELFObjectFile.cpp?
Thanks for pointing that bit out. I was comparing against your previous work to check I'd covered everything, but missed that bit. I'll add an update to that file in this patch shortly.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D94931/new/
https://reviews.llvm.org/D94931
More information about the llvm-commits
mailing list