summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2013-09-04 17:47:21 +0000
committerChandler Carruth <chandlerc@gmail.com>2013-09-04 17:47:21 +0000
commitb0b51b36d52cd555ec541c3ba0fb0624f1db984b (patch)
tree4e801bef47358ea11846d02bc8f8987a5cce01de /clang-tools-extra
parentc80c969e6fdf8080bf7b2f949af40e388d466543 (diff)
downloadbcm5719-llvm-b0b51b36d52cd555ec541c3ba0fb0624f1db984b.tar.gz
bcm5719-llvm-b0b51b36d52cd555ec541c3ba0fb0624f1db984b.zip
This is apparantely the one makefile that actually has file names in it.
;] Update them. Sorry for the breakage. llvm-svn: 189963
Diffstat (limited to 'clang-tools-extra')
-rw-r--r--clang-tools-extra/clang-modernize/tool/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang-tools-extra/clang-modernize/tool/Makefile b/clang-tools-extra/clang-modernize/tool/Makefile
index 0e055674861..2d31cdc3dcb 100644
--- a/clang-tools-extra/clang-modernize/tool/Makefile
+++ b/clang-tools-extra/clang-modernize/tool/Makefile
@@ -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.
OpenPOWER on IntegriCloud