summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMehdi Amini <mehdi.amini@apple.com>2017-01-05 01:08:01 +0000
committerMehdi Amini <mehdi.amini@apple.com>2017-01-05 01:08:01 +0000
commit87ea8c60a6d1346182dceebe15e392e83b7b50c0 (patch)
tree267655ad2e84aa6a29f4ea01eb516f2179b92865
parent95faecb76684ad97e2dffe080019573156334132 (diff)
downloadbcm5719-llvm-87ea8c60a6d1346182dceebe15e392e83b7b50c0.tar.gz
bcm5719-llvm-87ea8c60a6d1346182dceebe15e392e83b7b50c0.zip
Mark test that is testing statistics output as requiring Assertions
We only enable statistic in an assert build by default. llvm-svn: 291044
-rw-r--r--llvm/test/ThinLTO/X86/lazyload_metadata.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/ThinLTO/X86/lazyload_metadata.ll b/llvm/test/ThinLTO/X86/lazyload_metadata.ll
index 98a0b2013f2..3c4345831aa 100644
--- a/llvm/test/ThinLTO/X86/lazyload_metadata.ll
+++ b/llvm/test/ThinLTO/X86/lazyload_metadata.ll
@@ -2,7 +2,7 @@
; RUN: opt -module-summary %s -o %t.bc -bitcode-mdindex-threshold=0
; RUN: opt -module-summary %p/Inputs/lazyload_metadata.ll -o %t2.bc -bitcode-mdindex-threshold=0
; RUN: llvm-lto -thinlto-action=thinlink -o %t3.bc %t.bc %t2.bc
-
+; REQUIRES: asserts
; Check that importing @globalfunc1 does not trigger loading all the global
; metadata for @globalfunc2 and @globalfunc3
OpenPOWER on IntegriCloud