[PATCH] D103435: [PoC][RISCV] Define a symbol flags and a dynamic tag to avoid lazy binding for vector calls.
James Henderson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 7 01:48:09 PDT 2021
jhenderson added a comment.
Could you please split this patch into a patch that adds the new enum values, which would include the llvm-readobj and yaml2obj/obj2yaml changes, and then another patch (or patches) with the rest in? The latter builds on the former, but the former doesn't need the latter to work.
================
Comment at: llvm/tools/llvm-readobj/ELFDumper.cpp:1605
+static const EnumEntry<unsigned> ElfRISCVSymOtherFlags[] = {
+ LLVM_READOBJ_ENUM_ENT(ELF, STO_RISCV_VARIANT_CC)
+};
----------------
Nit: clang-format
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D103435/new/
https://reviews.llvm.org/D103435
More information about the llvm-commits
mailing list