forked from OSchip/llvm-project
[gn build] Port 4eb9fe2e1a
This commit is contained in:
parent
45ae766e78
commit
ccda8c71b2
|
@ -4,6 +4,5 @@ static_library("Shared") {
|
|||
sources = [
|
||||
"OrcError.cpp",
|
||||
"RPCError.cpp",
|
||||
"TargetProcessControlTypes.cpp",
|
||||
]
|
||||
}
|
||||
|
|
|
@ -24,7 +24,9 @@ unittest("OrcJITTests") {
|
|||
"RPCUtilsTest.cpp",
|
||||
"RTDyldObjectLinkingLayerTest.cpp",
|
||||
"ResourceTrackerTest.cpp",
|
||||
"SimplePackedSerializationTest.cpp",
|
||||
"SymbolStringPoolTest.cpp",
|
||||
"ThreadSafeModuleTest.cpp",
|
||||
"WrapperFunctionUtilsTest.cpp",
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue