[gn build] Port 33dd98e9e499
authorLLVM GN Syncbot <llvmgnsyncbot@gmail.com>
Fri, 1 Oct 2021 18:18:21 +0000 (18:18 +0000)
committerLLVM GN Syncbot <llvmgnsyncbot@gmail.com>
Fri, 1 Oct 2021 18:18:21 +0000 (18:18 +0000)
llvm/utils/gn/secondary/llvm/lib/ExecutionEngine/Orc/Shared/BUILD.gn
llvm/utils/gn/secondary/llvm/unittests/ExecutionEngine/Orc/BUILD.gn

index ee6fa69..4214957 100644 (file)
@@ -4,7 +4,6 @@ static_library("Shared") {
   sources = [
     "OrcError.cpp",
     "OrcRTBridge.cpp",
-    "RPCError.cpp",
     "SimpleRemoteEPCUtils.cpp",
   ]
 }
index c99aa6f..2f12d66 100644 (file)
@@ -25,8 +25,6 @@ unittest("OrcJITTests") {
     "ObjectLinkingLayerTest.cpp",
     "OrcCAPITest.cpp",
     "OrcTestCommon.cpp",
-    "QueueChannel.cpp",
-    "RPCUtilsTest.cpp",
     "RTDyldObjectLinkingLayerTest.cpp",
     "ResourceTrackerTest.cpp",
     "SimpleExecutorMemoryManagerTest.cpp",