summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms
diff options
context:
space:
mode:
authorTeresa Johnson <tejohnson@google.com>2017-07-16 00:01:16 +0000
committerTeresa Johnson <tejohnson@google.com>2017-07-16 00:01:16 +0000
commit664a3fb23819ee9a667c9165a62cdfa6c802ba1f (patch)
tree3ecfb10b552d833e9cacd6b5afafc2fe0ed22e88 /llvm/test/Transforms
parent8fd09a51634ad690b6095882fddfb29a89d5bcb9 (diff)
downloadbcm5719-llvm-664a3fb23819ee9a667c9165a62cdfa6c802ba1f.tar.gz
bcm5719-llvm-664a3fb23819ee9a667c9165a62cdfa6c802ba1f.zip
Attempt 2 to debug bot failures
Modify checks from r308114 even more, to see if I can narrow down why some bots are still failing. llvm-svn: 308116
Diffstat (limited to 'llvm/test/Transforms')
-rw-r--r--llvm/test/Transforms/FunctionImport/funcimport_resolved.ll18
1 files changed, 10 insertions, 8 deletions
diff --git a/llvm/test/Transforms/FunctionImport/funcimport_resolved.ll b/llvm/test/Transforms/FunctionImport/funcimport_resolved.ll
index 2df8a751b4a..e2a81804f84 100644
--- a/llvm/test/Transforms/FunctionImport/funcimport_resolved.ll
+++ b/llvm/test/Transforms/FunctionImport/funcimport_resolved.ll
@@ -19,18 +19,20 @@
; First do a sanity check that all callees are imported with the default
; instruction limit
; RUN: llvm-lto2 run %t.bc %t2.bc %t3.bc -o %t4 -r=%t.bc,_main,pl -r=%t.bc,_linkonceodrfunc,l -r=%t.bc,_foo,l -r=%t2.bc,_foo,pl -r=%t2.bc,_linkonceodrfunc,pl -r=%t2.bc,_linkonceodrfunc2,pl -r=%t3.bc,_linkonceodrfunc,l -thinlto-threads=1 -debug-only=function-import 2>&1 | FileCheck %s --check-prefix=INSTLIMDEFAULT
-; INSTLIMDEFAULT-DAG: Is importing function {{.*}}
-; INSTLIMDEFAULT-DAG: Is importing function {{.*}}
-; INSTLIMDEFAULT-DAG: Is importing function {{.*}}
-; INSTLIMDEFAULT-DAG: Is importing function {{.*}}
+; INSTLIMDEFAULT: 4 functions imported from {{.*}}tmp2.bc
+; INSTLIMDEFAULT-DAG: importing function {{.*}}
+; INSTLIMDEFAULT-DAG: importing function {{.*}}
+; INSTLIMDEFAULT-DAG: importing function {{.*}}
+; INSTLIMDEFAULT-DAG: importing function {{.*}}
; Now run with the lower threshold that will only allow linkonceodrfunc to be
; imported from funcimport_resolved1.ll the second time it is encountered.
; RUN: llvm-lto2 run %t.bc %t2.bc %t3.bc -o %t4 -r=%t.bc,_main,pl -r=%t.bc,_linkonceodrfunc,l -r=%t.bc,_foo,l -r=%t2.bc,_foo,pl -r=%t2.bc,_linkonceodrfunc,pl -r=%t2.bc,_linkonceodrfunc2,pl -r=%t3.bc,_linkonceodrfunc,l -thinlto-threads=1 -debug-only=function-import -import-instr-limit=8 2>&1 | FileCheck %s --check-prefix=INSTLIM8
-; INSTLIM8-DAG: Is importing function {{.*}}
-; INSTLIM8-DAG: Is importing function {{.*}}
-; INSTLIM8-DAG: Not importing function {{.*}}
-; INSTLIM8-DAG: Is importing function {{.*}}
+; INSTLIM8: 3 functions imported from {{.*}}tmp2.bc
+; INSTLIM8-DAG: importing function {{.*}}
+; INSTLIM8-DAG: importing function {{.*}}
+; INSTLIM8-DAG: importing function {{.*}}
+; INSTLIM8-DAG: importing function {{.*}}
target datalayout = "e-m:o-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-apple-macosx10.11.0"
OpenPOWER on IntegriCloud