forked from OSchip/llvm-project
[gn build] Port dad60f8071
This commit is contained in:
parent
dad60f8071
commit
6cc5333650
|
@ -22,6 +22,7 @@ static_library("Orc") {
|
|||
"EPCDebugObjectRegistrar.cpp",
|
||||
"EPCDynamicLibrarySearchGenerator.cpp",
|
||||
"EPCEHFrameRegistrar.cpp",
|
||||
"EPCGenericJITLinkMemoryManager.cpp",
|
||||
"EPCGenericMemoryAccess.cpp",
|
||||
"EPCIndirectionUtils.cpp",
|
||||
"ExecutionUtils.cpp",
|
||||
|
|
|
@ -14,6 +14,7 @@ unittest("OrcJITTests") {
|
|||
]
|
||||
sources = [
|
||||
"CoreAPIsTest.cpp",
|
||||
"EPCGenericJITLinkMemoryManagerTest.cpp",
|
||||
"EPCGenericMemoryAccessTest.cpp",
|
||||
"ExecutionSessionWrapperFunctionCallsTest.cpp",
|
||||
"IndirectionUtilsTest.cpp",
|
||||
|
|
Loading…
Reference in New Issue