forked from OSchip/llvm-project
[gn build] Port 33dd98e9e4
This commit is contained in:
parent
33dd98e9e4
commit
06cea95a5a
|
@ -4,7 +4,6 @@ static_library("Shared") {
|
|||
sources = [
|
||||
"OrcError.cpp",
|
||||
"OrcRTBridge.cpp",
|
||||
"RPCError.cpp",
|
||||
"SimpleRemoteEPCUtils.cpp",
|
||||
]
|
||||
}
|
||||
|
|
|
@ -25,8 +25,6 @@ unittest("OrcJITTests") {
|
|||
"ObjectLinkingLayerTest.cpp",
|
||||
"OrcCAPITest.cpp",
|
||||
"OrcTestCommon.cpp",
|
||||
"QueueChannel.cpp",
|
||||
"RPCUtilsTest.cpp",
|
||||
"RTDyldObjectLinkingLayerTest.cpp",
|
||||
"ResourceTrackerTest.cpp",
|
||||
"SimpleExecutorMemoryManagerTest.cpp",
|
||||
|
|
Loading…
Reference in New Issue