1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 12:41:49 +01:00

[Object][TextAPI] NFC, fix tapi lit tests

FileCheck command had wrong casing, which works fine on macOS, repairs the linux build bots

llvm-svn: 371577
This commit is contained in:
Cyndy Ishida 2019-09-11 00:13:01 +00:00
parent 5c9f000ded
commit 2fa52a1992
2 changed files with 6 additions and 6 deletions

View File

@ -1,11 +1,11 @@
RUN: not llvm-nm %p/Inputs/tapi-invalid-v1.tbd 2>&1\
RUN: | Filecheck %s -check-prefix v1
RUN: | FileCheck %s -check-prefix v1
RUN: not llvm-nm %p/Inputs/tapi-invalid-v2.tbd 2>&1\
RUN: | Filecheck %s -check-prefix v2
RUN: | FileCheck %s -check-prefix v2
RUN: not llvm-nm %p/Inputs/tapi-invalid-v3.tbd 2>&1\
RUN: | Filecheck %s -check-prefix v3
RUN: | FileCheck %s -check-prefix v3
# Typo Check
v1: tapi-invalid-v1.tbd malformed file

View File

@ -1,11 +1,11 @@
RUN: llvm-nm %p/Inputs/tapi-v1.tbd 2>&1\
RUN: | Filecheck %s -check-prefix v1
RUN: | FileCheck %s -check-prefix v1
RUN: llvm-nm %p/Inputs/tapi-v2.tbd \
RUN: | Filecheck %s -check-prefix v2
RUN: | FileCheck %s -check-prefix v2
RUN: llvm-nm %p/Inputs/tapi-v3.tbd \
RUN: | Filecheck %s -check-prefix v3
RUN: | FileCheck %s -check-prefix v3
v1: no symbols
v1: tapi-v1.tbd (for architecture armv7):