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",
|
"LookupAndRecordAddrs.cpp",
|
||||||
"MachOPlatform.cpp",
|
"MachOPlatform.cpp",
|
||||||
"Mangling.cpp",
|
"Mangling.cpp",
|
||||||
|
"MemoryMapper.cpp",
|
||||||
"ObjectFileInterface.cpp",
|
"ObjectFileInterface.cpp",
|
||||||
"ObjectLinkingLayer.cpp",
|
"ObjectLinkingLayer.cpp",
|
||||||
"ObjectTransformLayer.cpp",
|
"ObjectTransformLayer.cpp",
|
||||||
|
|
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue