From fa8809adfa34dd1e86a64339223338d01bc47003 Mon Sep 17 00:00:00 2001 From: Mehdi Amini Date: Thu, 5 Jan 2017 01:08:01 +0000 Subject: [PATCH] Mark test that is testing statistics output as requiring Assertions We only enable statistic in an assert build by default. llvm-svn: 291044 --- test/ThinLTO/X86/lazyload_metadata.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/ThinLTO/X86/lazyload_metadata.ll b/test/ThinLTO/X86/lazyload_metadata.ll index 98a0b2013f2..3c4345831aa 100644 --- a/test/ThinLTO/X86/lazyload_metadata.ll +++ b/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