1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00

[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 311cd51eee
commit ed23b6aaef

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