blob: 9d686cebdad536d80329c249c6863d52eda83af8 [file] [log] [blame]
static_library("MCJIT") {
output_name = "LLVMMCJIT"
deps = [
"//llvm/lib/ExecutionEngine",
"//llvm/lib/ExecutionEngine/RuntimeDyld",
"//llvm/lib/IR",
"//llvm/lib/Object",
"//llvm/lib/Support",
"//llvm/lib/Target",
]
sources = [
"MCJIT.cpp",
]
}