We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4162aef commit c9e8c69Copy full SHA for c9e8c69
llvm/utils/gn/secondary/llvm/lib/ExecutionEngine/Orc/TargetProcess/BUILD.gn
@@ -5,7 +5,6 @@ static_library("TargetProcess") {
5
"//llvm/lib/Support",
6
]
7
sources = [
8
- "ExecutorSharedMemoryMapperService.cpp",
9
"JITLoaderGDB.cpp",
10
"OrcRTBootstrap.cpp",
11
"RegisterEHFrames.cpp",
llvm/utils/gn/secondary/llvm/unittests/ExecutionEngine/Orc/BUILD.gn
@@ -28,7 +28,6 @@ unittest("OrcJITTests") {
28
"OrcTestCommon.cpp",
29
"RTDyldObjectLinkingLayerTest.cpp",
30
"ResourceTrackerTest.cpp",
31
- "SharedMemoryMapperTest.cpp",
32
"SimpleExecutorMemoryManagerTest.cpp",
33
"SimplePackedSerializationTest.cpp",
34
"SymbolStringPoolTest.cpp",
0 commit comments