forked from OSchip/llvm-project
parent
e4acb971f1
commit
081e9df1e1
|
@ -12,6 +12,7 @@ static_library("darwin") {
|
|||
"//llvm/lib/Support",
|
||||
]
|
||||
sources = [
|
||||
"AvoidSpinlockCheck.cpp",
|
||||
"DarwinTidyModule.cpp",
|
||||
"DispatchOnceNonstaticCheck.cpp",
|
||||
]
|
||||
|
|
|
@ -12,7 +12,6 @@ static_library("objc") {
|
|||
]
|
||||
sources = [
|
||||
"AvoidNSErrorInitCheck.cpp",
|
||||
"AvoidSpinlockCheck.cpp",
|
||||
"ForbiddenSubclassingCheck.cpp",
|
||||
"MissingHashCheck.cpp",
|
||||
"ObjCTidyModule.cpp",
|
||||
|
|
Loading…
Reference in New Issue