[PATCH] D59293: [llvm-objcopy]Don't implicitly strip sections in segments

Jake Ehrlich via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 13 14:47:45 PDT 2019


jakehehrlich added inline comments.


================
Comment at: test/tools/llvm-objcopy/ELF/strip-all-gnu.test:10
+# RUN: llvm-objcopy %t %t4
+# RUN: od %t4 -t x1 -N 4 -j 120 | FileCheck %s --check-prefix=COPY-BYTES
+# RUN: od %t2 -t x1 -N 4 -j 120 | FileCheck %s --check-prefix=STRIP-BYTES
----------------
rupprecht wrote:
> Does `od` work on windows?
We've been using in practice so...I think so?


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D59293/new/

https://reviews.llvm.org/D59293





More information about the llvm-commits mailing list