[PATCH] D62659: [llvm-readobj] - Convert gnu-sections.test to use YAML.
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 30 08:55:37 PDT 2019
MaskRay added inline comments.
================
Comment at: test/tools/llvm-readobj/gnu-sections.test:59
+# RUN: | FileCheck %s -check-prefix ELF64
+# RUN: llvm-readobj -W --sections %t-x64.o --elf-output-style=GNU \
+# RUN: | FileCheck %s -check-prefix ELF64
----------------
It seems this is the only test that uses `--wide` `-W` (ignored option in llvm-readobj). This probably needs a comment.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D62659/new/
https://reviews.llvm.org/D62659
More information about the llvm-commits
mailing list