mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-12-22 23:39:24 +00:00
gn build: Merge r369918
llvm-svn: 369953
This commit is contained in:
parent
18db4e9ae1
commit
09df43ca4b
@ -34,5 +34,6 @@ static_library("clang-tidy") {
|
||||
"ClangTidyOptions.cpp",
|
||||
"ClangTidyProfiling.cpp",
|
||||
"ExpandModularHeadersPPCallbacks.cpp",
|
||||
"GlobList.cpp",
|
||||
]
|
||||
}
|
||||
|
@ -25,6 +25,7 @@ unittest("ClangTidyTests") {
|
||||
sources = [
|
||||
"ClangTidyDiagnosticConsumerTest.cpp",
|
||||
"ClangTidyOptionsTest.cpp",
|
||||
"GlobListTest.cpp",
|
||||
"GoogleModuleTest.cpp",
|
||||
"IncludeInserterTest.cpp",
|
||||
"LLVMModuleTest.cpp",
|
||||
|
Loading…
Reference in New Issue
Block a user