[gn build] Port 79fbee3cc5

This commit is contained in:
LLVM GN Syncbot 2022-06-21 21:53:32 +00:00
parent 79fbee3cc5
commit 8b8d126598
2 changed files with 2 additions and 0 deletions

View File

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

View File

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