Update LLVM BUILD
PiperOrigin-RevId: 342327935 Change-Id: I62d5dde3342c5a8066ca6ec3e97f991d21809f91
This commit is contained in:
parent
3061483034
commit
b5eb2a81f6
80
third_party/llvm/llvm.autogenerated.BUILD
vendored
80
third_party/llvm/llvm.autogenerated.BUILD
vendored
@ -330,6 +330,20 @@ gentbl(
|
||||
]),
|
||||
)
|
||||
|
||||
gentbl(
|
||||
name = "ve_enums_gen",
|
||||
tbl_outs = [(
|
||||
"-gen-intrinsic-enums -intrinsic-prefix=ve",
|
||||
"include/llvm/IR/IntrinsicsVE.h",
|
||||
)],
|
||||
tblgen = ":llvm-tblgen",
|
||||
td_file = "include/llvm/IR/Intrinsics.td",
|
||||
td_srcs = glob([
|
||||
"include/llvm/CodeGen/*.td",
|
||||
"include/llvm/IR/Intrinsics*.td",
|
||||
]),
|
||||
)
|
||||
|
||||
gentbl(
|
||||
name = "wasm_enums_gen",
|
||||
tbl_outs = [(
|
||||
@ -1890,6 +1904,7 @@ cc_library(
|
||||
":r600_enums_gen",
|
||||
":riscv_enums_gen",
|
||||
":s390_enums_gen",
|
||||
":ve_enums_gen",
|
||||
":wasm_enums_gen",
|
||||
":x86_enums_gen",
|
||||
":xcore_enums_gen",
|
||||
@ -2561,6 +2576,7 @@ cc_library(
|
||||
deps = [
|
||||
":BinaryFormat",
|
||||
":Object",
|
||||
":OrcTargetProcess",
|
||||
":Support",
|
||||
":config",
|
||||
],
|
||||
@ -3339,26 +3355,6 @@ cc_library(
|
||||
],
|
||||
)
|
||||
|
||||
cc_library(
|
||||
name = "OrcError",
|
||||
srcs = glob([
|
||||
"lib/ExecutionEngine/OrcError/*.c",
|
||||
"lib/ExecutionEngine/OrcError/*.cpp",
|
||||
"lib/ExecutionEngine/OrcError/*.inc",
|
||||
"lib/ExecutionEngine/OrcError/*.h",
|
||||
]),
|
||||
hdrs = glob([
|
||||
"include/llvm/ExecutionEngine/OrcError/*.h",
|
||||
"include/llvm/ExecutionEngine/OrcError/*.def",
|
||||
"include/llvm/ExecutionEngine/OrcError/*.inc",
|
||||
]),
|
||||
copts = llvm_copts,
|
||||
deps = [
|
||||
":Support",
|
||||
":config",
|
||||
],
|
||||
)
|
||||
|
||||
cc_library(
|
||||
name = "OrcJIT",
|
||||
srcs = glob([
|
||||
@ -3379,7 +3375,8 @@ cc_library(
|
||||
":JITLink",
|
||||
":MC",
|
||||
":Object",
|
||||
":OrcError",
|
||||
":OrcShared",
|
||||
":OrcTargetProcess",
|
||||
":Passes",
|
||||
":RuntimeDyld",
|
||||
":Support",
|
||||
@ -3389,6 +3386,47 @@ cc_library(
|
||||
],
|
||||
)
|
||||
|
||||
cc_library(
|
||||
name = "OrcShared",
|
||||
srcs = glob([
|
||||
"lib/ExecutionEngine/Orc/Shared/*.c",
|
||||
"lib/ExecutionEngine/Orc/Shared/*.cpp",
|
||||
"lib/ExecutionEngine/Orc/Shared/*.inc",
|
||||
"lib/ExecutionEngine/Orc/Shared/*.h",
|
||||
]),
|
||||
hdrs = glob([
|
||||
"include/llvm/ExecutionEngine/Orc/Shared/*.h",
|
||||
"include/llvm/ExecutionEngine/Orc/Shared/*.def",
|
||||
"include/llvm/ExecutionEngine/Orc/Shared/*.inc",
|
||||
]),
|
||||
copts = llvm_copts,
|
||||
deps = [
|
||||
":Support",
|
||||
":config",
|
||||
],
|
||||
)
|
||||
|
||||
cc_library(
|
||||
name = "OrcTargetProcess",
|
||||
srcs = glob([
|
||||
"lib/ExecutionEngine/Orc/TargetProcess/*.c",
|
||||
"lib/ExecutionEngine/Orc/TargetProcess/*.cpp",
|
||||
"lib/ExecutionEngine/Orc/TargetProcess/*.inc",
|
||||
"lib/ExecutionEngine/Orc/TargetProcess/*.h",
|
||||
]),
|
||||
hdrs = glob([
|
||||
"include/llvm/ExecutionEngine/Orc/TargetProcess/*.h",
|
||||
"include/llvm/ExecutionEngine/Orc/TargetProcess/*.def",
|
||||
"include/llvm/ExecutionEngine/Orc/TargetProcess/*.inc",
|
||||
]),
|
||||
copts = llvm_copts,
|
||||
deps = [
|
||||
":OrcShared",
|
||||
":Support",
|
||||
":config",
|
||||
],
|
||||
)
|
||||
|
||||
cc_library(
|
||||
name = "Passes",
|
||||
srcs = glob([
|
||||
|
Loading…
Reference in New Issue
Block a user