forked from OSchip/llvm-project
[gn build] Port 662c55442f
This commit is contained in:
parent
00f474e9b1
commit
f16029e3f7
|
@ -18,7 +18,12 @@ static_library("Orc") {
|
|||
"Core.cpp",
|
||||
"DebugObjectManagerPlugin.cpp",
|
||||
"DebugUtils.cpp",
|
||||
"EPCDebugObjectRegistrar.cpp",
|
||||
"EPCDynamicLibrarySearchGenerator.cpp",
|
||||
"EPCEHFrameRegistrar.cpp",
|
||||
"EPCIndirectionUtils.cpp",
|
||||
"ExecutionUtils.cpp",
|
||||
"ExecutorProcessControl.cpp",
|
||||
"IRCompileLayer.cpp",
|
||||
"IRTransformLayer.cpp",
|
||||
"IndirectionUtils.cpp",
|
||||
|
@ -35,11 +40,6 @@ static_library("Orc") {
|
|||
"RTDyldObjectLinkingLayer.cpp",
|
||||
"SpeculateAnalyses.cpp",
|
||||
"Speculation.cpp",
|
||||
"TPCDebugObjectRegistrar.cpp",
|
||||
"TPCDynamicLibrarySearchGenerator.cpp",
|
||||
"TPCEHFrameRegistrar.cpp",
|
||||
"TPCIndirectionUtils.cpp",
|
||||
"TargetProcessControl.cpp",
|
||||
"ThreadSafeModule.cpp",
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue