[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",
"MachOPlatform.cpp",
"Mangling.cpp",
"MemoryMapper.cpp",
"ObjectFileInterface.cpp",
"ObjectLinkingLayer.cpp",
"ObjectTransformLayer.cpp",

View File

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