[llvm] r264561 - llvm/test/Transforms/FunctionImport/funcimport.ll: -stats REQUIRES +Asserts.

NAKAMURA Takumi via llvm-commits llvm-commits at lists.llvm.org
Sun Mar 27 19:14:51 PDT 2016


Author: chapuni
Date: Sun Mar 27 21:14:49 2016
New Revision: 264561

URL: http://llvm.org/viewvc/llvm-project?rev=264561&view=rev
Log:
llvm/test/Transforms/FunctionImport/funcimport.ll: -stats REQUIRES +Asserts.

Modified:
    llvm/trunk/test/Transforms/FunctionImport/funcimport.ll

Modified: llvm/trunk/test/Transforms/FunctionImport/funcimport.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/FunctionImport/funcimport.ll?rev=264561&r1=264560&r2=264561&view=diff
==============================================================================
--- llvm/trunk/test/Transforms/FunctionImport/funcimport.ll (original)
+++ llvm/trunk/test/Transforms/FunctionImport/funcimport.ll Sun Mar 27 21:14:49 2016
@@ -5,6 +5,8 @@
 
 ; Do the import now
 ; RUN: opt -function-import -stats -print-imports -summary-file %t3.thinlto.bc %t.bc -S 2>&1 | FileCheck %s --check-prefix=CHECK --check-prefix=INSTLIMDEF
+; "-stats" requires +Asserts.
+; REQUIRES: asserts
 
 ; Test import with smaller instruction limit
 ; RUN: opt -function-import -summary-file %t3.thinlto.bc %t.bc -import-instr-limit=5 -S | FileCheck %s --check-prefix=CHECK --check-prefix=INSTLIM5




More information about the llvm-commits mailing list