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