Mark test that is testing statistics output as requiring Assertions

We only enable statistic in an assert build by default.

llvm-svn: 291044
This commit is contained in:
Mehdi Amini 2017-01-05 01:08:01 +00:00
parent 1ffc203ed0
commit fa8809adfa

View File

@ -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