forked from OSchip/llvm-project
[gn build] Port 4fcf8434dd
This commit is contained in:
parent
4fcf8434dd
commit
f6b5f24c19
|
@ -39,6 +39,7 @@ static_library("Orc") {
|
|||
"LookupAndRecordAddrs.cpp",
|
||||
"MachOPlatform.cpp",
|
||||
"Mangling.cpp",
|
||||
"MapperJITLinkMemoryManager.cpp",
|
||||
"MemoryMapper.cpp",
|
||||
"ObjectFileInterface.cpp",
|
||||
"ObjectLinkingLayer.cpp",
|
||||
|
|
|
@ -22,6 +22,7 @@ unittest("OrcJITTests") {
|
|||
"JITTargetMachineBuilderTest.cpp",
|
||||
"LazyCallThroughAndReexportsTest.cpp",
|
||||
"LookupAndRecordAddrsTest.cpp",
|
||||
"MapperJITLinkMemoryManagerTest.cpp",
|
||||
"MemoryMapperTest.cpp",
|
||||
"ObjectLinkingLayerTest.cpp",
|
||||
"OrcCAPITest.cpp",
|
||||
|
|
Loading…
Reference in New Issue