[PATCH] D42873: [llvm-objcopy] Adjust --strip-dwo behavior
Saleem Abdulrasool via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 9 15:33:39 PST 2018
compnerd accepted this revision.
compnerd added inline comments.
This revision is now accepted and ready to land.
================
Comment at: test/tools/llvm-objcopy/strip-dwo-inplace.test:6
+CHECK: SectionHeaderCount: 24
+
+CHECK: Name: .text
----------------
Might be better to write this test as:
CHECK: SectionHeaderCount: 24
CHECK-NOT: Name: [[.*]]dwo
Repository:
rL LLVM
https://reviews.llvm.org/D42873
More information about the llvm-commits
mailing list