[PATCH] D23833: [Polly] Introduce unittests.
Tobias Grosser via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 24 12:38:34 PDT 2016
grosser added a comment.
Nice. Thank you for fixing the out-of-tree build. It seems there is just a minor problem with unnecessary executable flags on some files left. Otherwise, this looks good.g
================
Comment at: test/Unit/lit.cfg:2
@@ +1,3 @@
+# -*- Python -*-
+
+# Configuration file for the 'lit' test runner.
----------------
It seems these files have accidentally the +x flag set.
https://reviews.llvm.org/D23833
More information about the llvm-commits
mailing list