[PATCH] D153260: [RISCV][MC] Implement mapping symbols

Job Noorman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 26 00:47:29 PDT 2023


jobnoorman updated this revision to Diff 544242.
jobnoorman added a comment.

Use `llvm-readelf -s` instead of `llvm-objdump -t` for the tests.

Thanks for the tip @MaskRay!


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D153260/new/

https://reviews.llvm.org/D153260

Files:
  lld/test/ELF/riscv-variant-cc.s
  llvm/lib/Target/RISCV/MCTargetDesc/RISCVELFStreamer.cpp
  llvm/lib/Target/RISCV/MCTargetDesc/RISCVELFStreamer.h
  llvm/test/MC/RISCV/mapping-across-sections.s
  llvm/test/MC/RISCV/mapping-within-section.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D153260.544242.patch
Type: text/x-patch
Size: 6701 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230726/faf32db1/attachment.bin>


More information about the llvm-commits mailing list