mirror of
https://github.com/intel/llvm.git
synced 2026-01-20 01:58:44 +08:00
Revert [Object][TextAPI] NFC, fix tapi lit tests
This reverts r371577 (git commit b2b0ccab2f)
llvm-svn: 371674
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user