[PATCH] D62595: [AARCH64][ELF][llvm-readobj] Support for AArch64 .note.gnu.property
George Rimar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 30 03:05:39 PDT 2019
grimar accepted this revision.
grimar added a comment.
This revision is now accepted and ready to land.
LGTM
================
Comment at: test/tools/llvm-readobj/aarch64-note-gnu-property.s:4
+// RUN: llvm-readobj -elf-output-style GNU --notes %t | FileCheck %s --check-prefix=GNU
+// RUN: llvm-readobj -elf-output-style LLVM --notes %t | FileCheck %s --check-prefix=LLVM
+
----------------
nit: I think we use `llvm-readobj` and `llvm-readelf` usually instead of specifying `-elf-output-style` explicitly.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D62595/new/
https://reviews.llvm.org/D62595
More information about the llvm-commits
mailing list