[llvm-commits] [polly] r154486 - /polly/trunk/Makefile
Hongbin Zheng
etherzhhb at gmail.com
Wed Apr 11 00:43:14 PDT 2012
Author: ether
Date: Wed Apr 11 02:43:13 2012
New Revision: 154486
URL: http://llvm.org/viewvc/llvm-project?rev=154486&view=rev
Log:
Revert "Fix a bug introduced by r153739: We are not able to provide the correct"
This reverts commit 2c6bdbf972ac966498489d30a33bfd252df9107d.
Modified:
polly/trunk/Makefile
Modified: polly/trunk/Makefile
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/Makefile?rev=154486&r1=154485&r2=154486&view=diff
==============================================================================
--- polly/trunk/Makefile (original)
+++ polly/trunk/Makefile Wed Apr 11 02:43:13 2012
@@ -8,7 +8,7 @@
# Indicates our relative path to the top of the project's root directory.
#
LEVEL = .
-DIRS = lib tools
+DIRS = lib test tools
EXTRA_DIST = include
#
More information about the llvm-commits
mailing list