STO_RISCV_VARIANT_CC marks that a symbol uses a non-standard calling
convention or the vector calling convention.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Looks like there are two separate features being added here at once. Shouldn't they be each in their own patch?
Also, I think you can delete a.o?
llvm/tools/llvm-readobj/ELFDumper.cpp | ||
---|---|---|
1620 | clang-format is complaining here for some reason. |
Comment Actions
STO_RISCV_VARIANT_CC and DT_RISCV_VARIANT_CC are closely related.
I think placing them together should be fine.
clang-format is complaining here for some reason.