[clang-tools-extra] r189963 - This is apparantely the one makefile that actually has file names in it.
Chandler Carruth
chandlerc at gmail.com
Wed Sep 4 10:47:21 PDT 2013
Author: chandlerc
Date: Wed Sep 4 12:47:21 2013
New Revision: 189963
URL: http://llvm.org/viewvc/llvm-project?rev=189963&view=rev
Log:
This is apparantely the one makefile that actually has file names in it.
;] Update them. Sorry for the breakage.
Modified:
clang-tools-extra/trunk/clang-modernize/tool/Makefile
Modified: clang-tools-extra/trunk/clang-modernize/tool/Makefile
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/clang-modernize/tool/Makefile?rev=189963&r1=189962&r2=189963&view=diff
==============================================================================
--- clang-tools-extra/trunk/clang-modernize/tool/Makefile (original)
+++ clang-tools-extra/trunk/clang-modernize/tool/Makefile Wed Sep 4 12:47:21 2013
@@ -15,7 +15,7 @@ TOOLNAME = clang-modernize
# No plugins, optimize startup time.
TOOL_NO_EXPORTS = 1
-SOURCES = Cpp11Migrate.cpp
+SOURCES = ClangModernize.cpp
# FIXME: All these gross relative paths will go away once transforms are lib-ified.
More information about the cfe-commits
mailing list