forked from OSchip/llvm-project
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
This commit is contained in:
parent
25082817eb
commit
08b72f0d41
|
@ -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$
|
||||
|
|
Loading…
Reference in New Issue