[PATCH] D64361: [llvm-readelf] Print "File: lib.a(file.o)" info when dumping archive files.
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 8 21:07:08 PDT 2019
MaskRay added inline comments.
================
Comment at: llvm/test/tools/llvm-readobj/macho-universal-x86_64.i386.test:167
MULTIHEADER-ARCHIVE: }
-MULTIHEADER-ARCHIVE: File: foo.o
+MULTIHEADER-ARCHIVE: File: [[ARFILE]](foo.o)
MULTIHEADER-ARCHIVE: Format: Mach-O 32-bit i386
----------------
Add a `MULTIHEADER-ARCHIVE-EMPTY:` and change this line to:
`MULTIHEADER-ARCHIVE-NEXT: File: [[ARFILE]](foo.o)`
to capture the newline issue.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D64361/new/
https://reviews.llvm.org/D64361
More information about the llvm-commits
mailing list