[gn build] Port 4eb9fe2e1a07
authorLLVM GN Syncbot <llvmgnsyncbot@gmail.com>
Tue, 15 Jun 2021 12:01:01 +0000 (12:01 +0000)
committerLLVM GN Syncbot <llvmgnsyncbot@gmail.com>
Tue, 15 Jun 2021 12:01:01 +0000 (12:01 +0000)
llvm/utils/gn/secondary/llvm/lib/ExecutionEngine/Orc/Shared/BUILD.gn
llvm/utils/gn/secondary/llvm/unittests/ExecutionEngine/Orc/BUILD.gn

index 812e79d..e9d48a1 100644 (file)
@@ -4,6 +4,5 @@ static_library("Shared") {
   sources = [
     "OrcError.cpp",
     "RPCError.cpp",
-    "TargetProcessControlTypes.cpp",
   ]
 }
index 6a4c016..e73ed38 100644 (file)
@@ -24,7 +24,9 @@ unittest("OrcJITTests") {
     "RPCUtilsTest.cpp",
     "RTDyldObjectLinkingLayerTest.cpp",
     "ResourceTrackerTest.cpp",
+    "SimplePackedSerializationTest.cpp",
     "SymbolStringPoolTest.cpp",
     "ThreadSafeModuleTest.cpp",
+    "WrapperFunctionUtilsTest.cpp",
   ]
 }