[llvm] 5f57d3d - [gn build] Port 6154c4115cd
LLVM GN Syncbot via llvm-commits
llvm-commits at lists.llvm.org
Sun Oct 18 21:27:06 PDT 2020
Author: LLVM GN Syncbot
Date: 2020-10-19T04:23:08Z
New Revision: 5f57d3d480f767ae5ca36df4c0c26f9c68683491
URL: https://github.com/llvm/llvm-project/commit/5f57d3d480f767ae5ca36df4c0c26f9c68683491
DIFF: https://github.com/llvm/llvm-project/commit/5f57d3d480f767ae5ca36df4c0c26f9c68683491.diff
LOG: [gn build] Port 6154c4115cd
Added:
Modified:
llvm/utils/gn/secondary/llvm/lib/ExecutionEngine/Orc/BUILD.gn
llvm/utils/gn/secondary/llvm/unittests/ExecutionEngine/Orc/BUILD.gn
Removed:
################################################################################
diff --git a/llvm/utils/gn/secondary/llvm/lib/ExecutionEngine/Orc/BUILD.gn b/llvm/utils/gn/secondary/llvm/lib/ExecutionEngine/Orc/BUILD.gn
index 5620da139909..fdb6b9c899f5 100644
--- a/llvm/utils/gn/secondary/llvm/lib/ExecutionEngine/Orc/BUILD.gn
+++ b/llvm/utils/gn/secondary/llvm/lib/ExecutionEngine/Orc/BUILD.gn
@@ -24,15 +24,11 @@ static_library("Orc") {
"LLJIT.cpp",
"Layer.cpp",
"LazyReexports.cpp",
- "Legacy.cpp",
"MachOPlatform.cpp",
"Mangling.cpp",
- "NullResolver.cpp",
"ObjectLinkingLayer.cpp",
"ObjectTransformLayer.cpp",
"OrcABISupport.cpp",
- "OrcCBindings.cpp",
- "OrcMCJITReplacement.cpp",
"OrcV2CBindings.cpp",
"RTDyldObjectLinkingLayer.cpp",
"SpeculateAnalyses.cpp",
diff --git a/llvm/utils/gn/secondary/llvm/unittests/ExecutionEngine/Orc/BUILD.gn b/llvm/utils/gn/secondary/llvm/unittests/ExecutionEngine/Orc/BUILD.gn
index 5806744d92e7..266406b0446d 100644
--- a/llvm/utils/gn/secondary/llvm/unittests/ExecutionEngine/Orc/BUILD.gn
+++ b/llvm/utils/gn/secondary/llvm/unittests/ExecutionEngine/Orc/BUILD.gn
@@ -13,21 +13,13 @@ unittest("OrcJITTests") {
]
sources = [
"CoreAPIsTest.cpp",
- "GlobalMappingLayerTest.cpp",
"IndirectionUtilsTest.cpp",
"JITTargetMachineBuilderTest.cpp",
"LazyCallThroughAndReexportsTest.cpp",
- "LazyEmittingLayerTest.cpp",
- "LegacyAPIInteropTest.cpp",
- "LegacyCompileOnDemandLayerTest.cpp",
- "LegacyRTDyldObjectLinkingLayerTest.cpp",
- "ObjectTransformLayerTest.cpp",
- "OrcCAPITest.cpp",
"OrcTestCommon.cpp",
"QueueChannel.cpp",
"RPCUtilsTest.cpp",
"RTDyldObjectLinkingLayerTest.cpp",
- "RemoteObjectLayerTest.cpp",
"ResourceTrackerTest.cpp",
"SymbolStringPoolTest.cpp",
"ThreadSafeModuleTest.cpp",
More information about the llvm-commits
mailing list