[llvm] r291044 - Mark test that is testing statistics output as requiring Assertions

Mehdi Amini via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 4 17:08:02 PST 2017


Author: mehdi_amini
Date: Wed Jan  4 19:08:01 2017
New Revision: 291044

URL: http://llvm.org/viewvc/llvm-project?rev=291044&view=rev
Log:
Mark test that is testing statistics output as requiring Assertions

We only enable statistic in an assert build by default.

Modified:
    llvm/trunk/test/ThinLTO/X86/lazyload_metadata.ll

Modified: llvm/trunk/test/ThinLTO/X86/lazyload_metadata.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/ThinLTO/X86/lazyload_metadata.ll?rev=291044&r1=291043&r2=291044&view=diff
==============================================================================
--- llvm/trunk/test/ThinLTO/X86/lazyload_metadata.ll (original)
+++ llvm/trunk/test/ThinLTO/X86/lazyload_metadata.ll Wed Jan  4 19:08:01 2017
@@ -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




More information about the llvm-commits mailing list