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