forked from OSchip/llvm-project
[gn build] Port 2c8e784915
This commit is contained in:
parent
3ca6eee2a9
commit
7c76cefd7c
|
@ -3,6 +3,7 @@ static_library("Shared") {
|
||||||
deps = [ "//llvm/lib/Support" ]
|
deps = [ "//llvm/lib/Support" ]
|
||||||
sources = [
|
sources = [
|
||||||
"OrcError.cpp",
|
"OrcError.cpp",
|
||||||
|
"OrcRTBridge.cpp",
|
||||||
"RPCError.cpp",
|
"RPCError.cpp",
|
||||||
"SimpleRemoteEPCUtils.cpp",
|
"SimpleRemoteEPCUtils.cpp",
|
||||||
]
|
]
|
||||||
|
|
|
@ -6,6 +6,7 @@ static_library("TargetProcess") {
|
||||||
]
|
]
|
||||||
sources = [
|
sources = [
|
||||||
"JITLoaderGDB.cpp",
|
"JITLoaderGDB.cpp",
|
||||||
|
"OrcRTBootstrap.cpp",
|
||||||
"RegisterEHFrames.cpp",
|
"RegisterEHFrames.cpp",
|
||||||
"SimpleRemoteEPCServer.cpp",
|
"SimpleRemoteEPCServer.cpp",
|
||||||
"TargetExecutionUtils.cpp",
|
"TargetExecutionUtils.cpp",
|
||||||
|
|
Loading…
Reference in New Issue