[llvm] [llvm-objcopy] Fix gap-fill/pad-to tests (PR #75631)
Fangrui Song via llvm-commits
llvm-commits at lists.llvm.org
Fri Dec 15 10:50:08 PST 2023
================
@@ -24,65 +24,65 @@
## Test no gap fill with all allocatable output sections.
# RUN: llvm-objcopy -O binary %t %t-default
# RUN: od -v -Ax -t x1 %t-default | FileCheck %s --check-prefix=DEFAULT --match-full-lines
----------------
MaskRay wrote:
We may need `--ignore-case` to support z/OS
https://github.com/llvm/llvm-project/pull/75631
More information about the llvm-commits
mailing list