[PATCH] D103435: [PoC][RISCV] Define a symbol flags and a dynamic tag to avoid lazy binding for vector calls.

Jessica Clarke via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 7 05:02:34 PDT 2021


jrtc27 added inline comments.


================
Comment at: llvm/tools/llvm-readobj/ELFDumper.cpp:3777
+        Fields[5].Str.append("]");
+      }
     } else {
----------------
So if STO_RISCV_VARIANT_CC isn't set but another bit is we now don't print anything? This looks like a bug in the AArch64 code you've copied?


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