mirror of
https://github.com/RPCS3/llvm.git
synced 2025-02-24 04:32:09 +00:00
Fix the test added at r243777.
When RUN: lines are split into multiple lines, each one must be prefixed with RUN:. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@243868 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
836170e4d5
commit
21481e0320
@ -5,8 +5,8 @@ RUN: cat %p/../Inputs/basic-lto.macho.x86_64 > %t3
|
||||
RUN: cat %p/../Inputs/basic-lto-dw4.macho.x86_64 > %t4
|
||||
RUN: llvm-dsymutil -oso-prepend-path=%p/.. %t1 %t2 %t3 %t4
|
||||
RUN: llvm-dwarfdump %t1.dwarf \
|
||||
| FileCheck %S/basic-linking-x86.test --check-prefix=CHECK --check-prefix=BASIC
|
||||
RUN: | FileCheck %S/basic-linking-x86.test --check-prefix=CHECK --check-prefix=BASIC
|
||||
RUN: llvm-dwarfdump %t2.dwarf \
|
||||
| FileCheck %S/basic-linking-x86.test --check-prefix=CHECK --check-prefix=ARCHIVE
|
||||
RUN: | FileCheck %S/basic-linking-x86.test --check-prefix=CHECK --check-prefix=ARCHIVE
|
||||
RUN: llvm-dwarfdump %t3.dwarf | FileCheck %S/basic-lto-linking-x86.test
|
||||
RUN: llvm-dwarfdump %t4.dwarf | FileCheck %S/basic-lto-dw4-linking-x86.test
|
||||
|
Loading…
x
Reference in New Issue
Block a user