mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 18:54:02 +01:00
[gn build] Port ebdb98f254f
This commit is contained in:
parent
582a6adc1c
commit
3bc21436e7
@ -17,7 +17,6 @@ static_library("fuchsia") {
|
||||
"FuchsiaTidyModule.cpp",
|
||||
"MultipleInheritanceCheck.cpp",
|
||||
"OverloadedOperatorCheck.cpp",
|
||||
"RestrictSystemIncludesCheck.cpp",
|
||||
"StaticallyConstructedObjectsCheck.cpp",
|
||||
"TrailingReturnCheck.cpp",
|
||||
"VirtualInheritanceCheck.cpp",
|
||||
|
@ -13,6 +13,7 @@ static_library("portability") {
|
||||
]
|
||||
sources = [
|
||||
"PortabilityTidyModule.cpp",
|
||||
"RestrictSystemIncludesCheck.cpp",
|
||||
"SIMDIntrinsicsCheck.cpp",
|
||||
]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user