mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-08 21:37:35 +00:00
gn build: (manually) merge a34680a3
This commit is contained in:
parent
0f46172e59
commit
9ad8425b72
@ -2,6 +2,7 @@ static_library("Orc") {
|
||||
output_name = "LLVMOrcJIT"
|
||||
deps = [
|
||||
"//llvm/lib/ExecutionEngine",
|
||||
"//llvm/lib/ExecutionEngine/OrcError",
|
||||
"//llvm/lib/ExecutionEngine/RuntimeDyld",
|
||||
"//llvm/lib/IR",
|
||||
"//llvm/lib/Object",
|
||||
@ -26,9 +27,7 @@ static_library("Orc") {
|
||||
"ObjectTransformLayer.cpp",
|
||||
"OrcABISupport.cpp",
|
||||
"OrcCBindings.cpp",
|
||||
"OrcError.cpp",
|
||||
"OrcMCJITReplacement.cpp",
|
||||
"RPCUtils.cpp",
|
||||
"RTDyldObjectLinkingLayer.cpp",
|
||||
"SpeculateAnalyses.cpp",
|
||||
"Speculation.cpp",
|
||||
|
@ -0,0 +1,10 @@
|
||||
static_library("OrcError") {
|
||||
output_name = "LLVMOrcError"
|
||||
deps = [
|
||||
"//llvm/lib/Support",
|
||||
]
|
||||
sources = [
|
||||
"OrcError.cpp",
|
||||
"RPCError.cpp",
|
||||
]
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user