[gn build] Port 6ede65205073
authorLLVM GN Syncbot <llvmgnsyncbot@gmail.com>
Tue, 21 Jun 2022 11:45:40 +0000 (11:45 +0000)
committerLLVM GN Syncbot <llvmgnsyncbot@gmail.com>
Tue, 21 Jun 2022 11:45:40 +0000 (11:45 +0000)
llvm/utils/gn/secondary/llvm/lib/ExecutionEngine/Orc/BUILD.gn
llvm/utils/gn/secondary/llvm/unittests/ExecutionEngine/Orc/BUILD.gn

index 80736e1..4b9a192 100644 (file)
@@ -39,6 +39,7 @@ static_library("Orc") {
     "LookupAndRecordAddrs.cpp",
     "MachOPlatform.cpp",
     "Mangling.cpp",
+    "MemoryMapper.cpp",
     "ObjectFileInterface.cpp",
     "ObjectLinkingLayer.cpp",
     "ObjectTransformLayer.cpp",
index c3358f0..8e4f11c 100644 (file)
@@ -22,6 +22,7 @@ unittest("OrcJITTests") {
     "JITTargetMachineBuilderTest.cpp",
     "LazyCallThroughAndReexportsTest.cpp",
     "LookupAndRecordAddrsTest.cpp",
+    "MemoryMapperTest.cpp",
     "ObjectLinkingLayerTest.cpp",
     "OrcCAPITest.cpp",
     "OrcTestCommon.cpp",