[gn build] Port 4eb9fe2e1a

This commit is contained in:
LLVM GN Syncbot 2021-06-15 12:01:01 +00:00
parent 45ae766e78
commit ccda8c71b2
2 changed files with 2 additions and 1 deletions

View File

@ -4,6 +4,5 @@ static_library("Shared") {
sources = [ sources = [
"OrcError.cpp", "OrcError.cpp",
"RPCError.cpp", "RPCError.cpp",
"TargetProcessControlTypes.cpp",
] ]
} }

View File

@ -24,7 +24,9 @@ unittest("OrcJITTests") {
"RPCUtilsTest.cpp", "RPCUtilsTest.cpp",
"RTDyldObjectLinkingLayerTest.cpp", "RTDyldObjectLinkingLayerTest.cpp",
"ResourceTrackerTest.cpp", "ResourceTrackerTest.cpp",
"SimplePackedSerializationTest.cpp",
"SymbolStringPoolTest.cpp", "SymbolStringPoolTest.cpp",
"ThreadSafeModuleTest.cpp", "ThreadSafeModuleTest.cpp",
"WrapperFunctionUtilsTest.cpp",
] ]
} }