[PATCH] D46567: [llvm-strip] Add support for -remove-section

Alexander Shaposhnikov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 10 22:27:36 PDT 2018


alexshap added inline comments.


================
Comment at: test/tools/llvm-objcopy/strip-and-remove.test:44
+# CHECK-NOT: Name: .text.bar
+# CHECK-NOT: Name: .debugfoo
+
----------------
jhenderson wrote:
> Should we have a CHECK-NOT: Name: .symtab here?
> 
> Strictly speaking, an empty symbol table is distinct from a missing one.
yeah


Repository:
  rL LLVM

https://reviews.llvm.org/D46567





More information about the llvm-commits mailing list