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.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@351946
91177308-0d34-0410-b5e6-
96231b3b80d8
# 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