forked from OSchip/llvm-project
[gn build] Port bb27e45643
This commit is contained in:
parent
5629afea91
commit
26f1cab44a
|
@ -23,7 +23,6 @@ static_library("Orc") {
|
|||
"EPCDynamicLibrarySearchGenerator.cpp",
|
||||
"EPCEHFrameRegistrar.cpp",
|
||||
"EPCGenericJITLinkMemoryManager.cpp",
|
||||
"EPCGenericMemoryAccess.cpp",
|
||||
"EPCIndirectionUtils.cpp",
|
||||
"ExecutionUtils.cpp",
|
||||
"ExecutorProcessControl.cpp",
|
||||
|
@ -42,6 +41,7 @@ static_library("Orc") {
|
|||
"OrcABISupport.cpp",
|
||||
"OrcV2CBindings.cpp",
|
||||
"RTDyldObjectLinkingLayer.cpp",
|
||||
"SimpleRemoteEPC.cpp",
|
||||
"SpeculateAnalyses.cpp",
|
||||
"Speculation.cpp",
|
||||
"ThreadSafeModule.cpp",
|
||||
|
|
|
@ -4,5 +4,6 @@ static_library("Shared") {
|
|||
sources = [
|
||||
"OrcError.cpp",
|
||||
"RPCError.cpp",
|
||||
"SimpleRemoteEPCUtils.cpp",
|
||||
]
|
||||
}
|
||||
|
|
|
@ -7,6 +7,7 @@ static_library("TargetProcess") {
|
|||
sources = [
|
||||
"JITLoaderGDB.cpp",
|
||||
"RegisterEHFrames.cpp",
|
||||
"SimpleRemoteEPCServer.cpp",
|
||||
"TargetExecutionUtils.cpp",
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue