[PATCH] D95569: [llvm-objcopy] -O binary: consider SHT_NOBITS sections to be empty
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 1 15:00:30 PST 2021
MaskRay added inline comments.
================
Comment at: llvm/test/tools/llvm-objcopy/ELF/binary-paddr.test:190
+# RUN: llvm-objcopy -O binary %t6 %t6.out
+# RUN: od -A x -t x2 %t6.out | FileCheck %s --check-prefix=SKIPNOBITS
+
----------------
I'll add --ignore-case and commit.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D95569/new/
https://reviews.llvm.org/D95569
More information about the llvm-commits
mailing list