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" ]
|
||||
sources = [
|
||||
"OrcError.cpp",
|
||||
"OrcRTBridge.cpp",
|
||||
"RPCError.cpp",
|
||||
"SimpleRemoteEPCUtils.cpp",
|
||||
]
|
||||
|
|
|
@ -6,6 +6,7 @@ static_library("TargetProcess") {
|
|||
]
|
||||
sources = [
|
||||
"JITLoaderGDB.cpp",
|
||||
"OrcRTBootstrap.cpp",
|
||||
"RegisterEHFrames.cpp",
|
||||
"SimpleRemoteEPCServer.cpp",
|
||||
"TargetExecutionUtils.cpp",
|
||||
|
|
Loading…
Reference in New Issue