blob: ec529c6155be14334e59ea8c7b1fe0f67b9bf6f7 [file] [log] [blame]
static_library("Shared") {
output_name = "LLVMOrcShared"
deps = [ "//llvm/lib/Support" ]
sources = [
"AllocationActions.cpp",
"ObjectFormats.cpp",
"OrcError.cpp",
"OrcRTBridge.cpp",
"SimpleRemoteEPCUtils.cpp",
]
}