forked from OSchip/llvm-project
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:
parent
c80c969e6f
commit
b0b51b36d5
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue