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 = [
|
sources = [
|
||||||
"OrcError.cpp",
|
"OrcError.cpp",
|
||||||
"RPCError.cpp",
|
"RPCError.cpp",
|
||||||
"TargetProcessControlTypes.cpp",
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -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",
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue