[gn build] Port 4fcf8434dd

This commit is contained in:
LLVM GN Syncbot 2022-07-21 00:53:15 +00:00
parent 4fcf8434dd
commit f6b5f24c19
2 changed files with 2 additions and 0 deletions

View File

@ -39,6 +39,7 @@ static_library("Orc") {
"LookupAndRecordAddrs.cpp",
"MachOPlatform.cpp",
"Mangling.cpp",
"MapperJITLinkMemoryManager.cpp",
"MemoryMapper.cpp",
"ObjectFileInterface.cpp",
"ObjectLinkingLayer.cpp",

View File

@ -22,6 +22,7 @@ unittest("OrcJITTests") {
"JITTargetMachineBuilderTest.cpp",
"LazyCallThroughAndReexportsTest.cpp",
"LookupAndRecordAddrsTest.cpp",
"MapperJITLinkMemoryManagerTest.cpp",
"MemoryMapperTest.cpp",
"ObjectLinkingLayerTest.cpp",
"OrcCAPITest.cpp",