[gn build] Port dad60f8071

This commit is contained in:
LLVM GN Syncbot 2021-09-02 22:29:41 +00:00
parent dad60f8071
commit 6cc5333650
2 changed files with 2 additions and 0 deletions

View File

@ -22,6 +22,7 @@ static_library("Orc") {
"EPCDebugObjectRegistrar.cpp",
"EPCDynamicLibrarySearchGenerator.cpp",
"EPCEHFrameRegistrar.cpp",
"EPCGenericJITLinkMemoryManager.cpp",
"EPCGenericMemoryAccess.cpp",
"EPCIndirectionUtils.cpp",
"ExecutionUtils.cpp",

View File

@ -14,6 +14,7 @@ unittest("OrcJITTests") {
]
sources = [
"CoreAPIsTest.cpp",
"EPCGenericJITLinkMemoryManagerTest.cpp",
"EPCGenericMemoryAccessTest.cpp",
"ExecutionSessionWrapperFunctionCallsTest.cpp",
"IndirectionUtilsTest.cpp",