mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-10 05:41:40 +00:00
Make clang-move use same file naming convention as other tools
In all the other clang-foo tools, the main library file is called Foo.cpp and the file in the tool/ folder is called ClangFoo.cpp. Do this for clang-move too. No intended behavior change. Differential Revision: https://reviews.llvm.org/D59700 llvm-svn: 356780
This commit is contained in:
parent
d0894568d5
commit
f978aa441a
@ -15,7 +15,7 @@ static_library("clang-move") {
|
||||
"//llvm/lib/Support",
|
||||
]
|
||||
sources = [
|
||||
"ClangMove.cpp",
|
||||
"Move.cpp",
|
||||
"HelperDeclRefGraph.cpp",
|
||||
]
|
||||
}
|
||||
|
@ -14,6 +14,6 @@ executable("clang-move") {
|
||||
]
|
||||
include_dirs = [ ".." ]
|
||||
sources = [
|
||||
"ClangMoveMain.cpp",
|
||||
"ClangMove.cpp",
|
||||
]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user