summaryrefslogtreecommitdiffstats
path: root/llvm/test
diff options
context:
space:
mode:
authorTeresa Johnson <tejohnson@google.com>2019-08-02 15:49:39 +0000
committerTeresa Johnson <tejohnson@google.com>2019-08-02 15:49:39 +0000
commit08b72f0d4161e8c59af6ca29c0c18886a1f724f9 (patch)
tree33ee38d1ca2008ea76704daeb6686b8511c1608a /llvm/test
parent25082817eb6b37f3a51799b006b297c0cd742179 (diff)
downloadbcm5719-llvm-08b72f0d4161e8c59af6ca29c0c18886a1f724f9.tar.gz
bcm5719-llvm-08b72f0d4161e8c59af6ca29c0c18886a1f724f9.zip
Use llvm-nm instead of nm in new test to unbreak Windows bot
New test added in r367679 used nm and should use llvm-nm. llvm-svn: 367688
Diffstat (limited to 'llvm/test')
-rw-r--r--llvm/test/ThinLTO/X86/devirt2.ll16
1 files changed, 8 insertions, 8 deletions
diff --git a/llvm/test/ThinLTO/X86/devirt2.ll b/llvm/test/ThinLTO/X86/devirt2.ll
index 513c5d3cc1d..9218f97ba17 100644
--- a/llvm/test/ThinLTO/X86/devirt2.ll
+++ b/llvm/test/ThinLTO/X86/devirt2.ll
@@ -54,8 +54,8 @@
; RUN: -r=%t4.o,_ZTV1E,px 2>&1 | FileCheck %s --check-prefix=REMARK --check-prefix=PRINT
; RUN: llvm-dis %t5.1.4.opt.bc -o - | FileCheck %s --check-prefix=CHECK-IR1
; RUN: llvm-dis %t5.2.4.opt.bc -o - | FileCheck %s --check-prefix=CHECK-IR2
-; RUN: nm %t5.1 | FileCheck %s --check-prefix=NM-INDEX1
-; RUN: nm %t5.2 | FileCheck %s --check-prefix=NM-INDEX2
+; RUN: llvm-nm %t5.1 | FileCheck %s --check-prefix=NM-INDEX1
+; RUN: llvm-nm %t5.2 | FileCheck %s --check-prefix=NM-INDEX2
; New PM, Index based WPD
; RUN: llvm-lto2 run %t3.o %t4.o -save-temps -use-new-pm -pass-remarks=. \
@@ -77,8 +77,8 @@
; RUN: -r=%t4.o,_ZTV1E,px 2>&1 | FileCheck %s --check-prefix=REMARK --check-prefix=PRINT
; RUN: llvm-dis %t5.1.4.opt.bc -o - | FileCheck %s --check-prefix=CHECK-IR1
; RUN: llvm-dis %t5.2.4.opt.bc -o - | FileCheck %s --check-prefix=CHECK-IR2
-; RUN: nm %t5.1 | FileCheck %s --check-prefix=NM-INDEX1
-; RUN: nm %t5.2 | FileCheck %s --check-prefix=NM-INDEX2
+; RUN: llvm-nm %t5.1 | FileCheck %s --check-prefix=NM-INDEX1
+; RUN: llvm-nm %t5.2 | FileCheck %s --check-prefix=NM-INDEX2
; NM-INDEX1-DAG: U _ZN1A1nEi.llvm.
; NM-INDEX1-DAG: U _ZN1E1mEi.llvm.
@@ -145,8 +145,8 @@
; RUN: -r=%t2.o,_ZTV1E,px 2>&1 | FileCheck %s --check-prefix=REMARK
; RUN: llvm-dis %t5.1.4.opt.bc -o - | FileCheck %s --check-prefix=CHECK-IR1
; RUN: llvm-dis %t5.2.4.opt.bc -o - | FileCheck %s --check-prefix=CHECK-IR2
-; RUN: nm %t5.1 | FileCheck %s --check-prefix=NM-HYBRID1
-; RUN: nm %t5.2 | FileCheck %s --check-prefix=NM-HYBRID2
+; RUN: llvm-nm %t5.1 | FileCheck %s --check-prefix=NM-HYBRID1
+; RUN: llvm-nm %t5.2 | FileCheck %s --check-prefix=NM-HYBRID2
; New PM
; RUN: llvm-lto2 run %t1.o %t2.o -save-temps -use-new-pm -pass-remarks=. \
@@ -180,8 +180,8 @@
; RUN: -r=%t2.o,_ZTV1E,px 2>&1 | FileCheck %s --check-prefix=REMARK
; RUN: llvm-dis %t5.1.4.opt.bc -o - | FileCheck %s --check-prefix=CHECK-IR1
; RUN: llvm-dis %t5.2.4.opt.bc -o - | FileCheck %s --check-prefix=CHECK-IR2
-; RUN: nm %t5.1 | FileCheck %s --check-prefix=NM-HYBRID1
-; RUN: nm %t5.2 | FileCheck %s --check-prefix=NM-HYBRID2
+; RUN: llvm-nm %t5.1 | FileCheck %s --check-prefix=NM-HYBRID1
+; RUN: llvm-nm %t5.2 | FileCheck %s --check-prefix=NM-HYBRID2
; NM-HYBRID1-DAG: U _ZN1A1nEi$
; NM-HYBRID1-DAG: U _ZN1E1mEi$
OpenPOWER on IntegriCloud