Compiler projects using llvm
static_library("Shared") {
  output_name = "LLVMOrcShared"
  deps = [ "//llvm/lib/Support" ]
  sources = [
    "AllocationActions.cpp",
    "OrcError.cpp",
    "OrcRTBridge.cpp",
    "SimpleRemoteEPCUtils.cpp",
  ]
}