[llvm-objcopy] [COFF] Remove testcase debugging lines. NFC.

These are no longer necessary as the testcase now seems to run fine
on the buildbots that previously failed on this case, after SVN r351934.

llvm-svn: 351946
This commit is contained in:
Martin Storsjo 2019-01-23 11:54:36 +00:00
parent 68cea130df
commit 481334056f
1 changed files with 0 additions and 6 deletions

View File

@ -4,12 +4,6 @@ RUN: yaml2obj %p/Inputs/x86_64-exe.yaml > %t.in123.exe
# showcase padding in CONTENTS below.
RUN: llvm-objcopy --add-gnu-debuglink=%t.in123.exe %t.in123.exe %t.out.exe
# Temporary debugging of issues with this test:
RUN: ls -l %t.out.exe || true
RUN: od -Ax -t x1 %t.out.exe || true
RUN: llvm-readobj -sections %t.out.exe || true
RUN: llvm-readobj -sections %t.out.exe | FileCheck %s --check-prefix=SECTIONS
RUN: llvm-objdump -s %t.out.exe | FileCheck %s --check-prefix=CONTENTS