From 87ea8c60a6d1346182dceebe15e392e83b7b50c0 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 --- llvm/test/ThinLTO/X86/lazyload_metadata.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/test/ThinLTO/X86/lazyload_metadata.ll b/llvm/test/ThinLTO/X86/lazyload_metadata.ll index 98a0b2013f20..3c4345831aa3 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