This is apparantely the one makefile that actually has file names in it.

;] Update them. Sorry for the breakage.

llvm-svn: 189963
This commit is contained in:
Chandler Carruth 2013-09-04 17:47:21 +00:00
parent c80c969e6f
commit b0b51b36d5
1 changed files with 1 additions and 1 deletions

View File

@ -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.