[PATCH] D86309: [ELF] Handle SHT_RISCV_ATTRIBUTES similarly to SHT_ARM_ATTRIBUTES

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 20 16:17:39 PDT 2020


MaskRay added inline comments.


================
Comment at: lld/test/ELF/riscv-attributes.s:5
+# RUN: ld.lld %t.o -o %t
+# RUN: llvm-readobj --arch-specific %t | FileCheck %s
+# RUN: ld.lld %t.o %t.o -o %t2
----------------
Does llvm-readelf --arch-specific work?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D86309



More information about the llvm-commits mailing list