[PATCH] D22167: Add 'thinlto_src_module' md with asserts or -enable-import-metadata

Teresa Johnson via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 8 13:57:52 PDT 2016


tejohnson added a comment.

LGTM other than one fix needed.


================
Comment at: test/Transforms/FunctionImport/funcimport.ll:9
@@ -8,3 +8,2 @@
 ; "-stats" requires +Asserts.
-; REQUIRES: asserts
 
----------------
I think you still need this - it predates your earlier changes and is required due to the -stats on the above line. Otherwise you will get buildbot failures.


http://reviews.llvm.org/D22167





More information about the llvm-commits mailing list