File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
utils/bazel/llvm-project-overlay/clang Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -409,6 +409,16 @@ gentbl_cc_library(
409409 ],
410410)
411411
412+ gentbl_cc_library (
413+ name = "basic_builtins_systemz_gen" ,
414+ tbl_outs = {"include/clang/Basic/BuiltinsSystemZ.inc" : ["-gen-clang-builtins" ]},
415+ tblgen = ":clang-tblgen" ,
416+ td_file = "include/clang/Basic/BuiltinsSystemZ.td" ,
417+ deps = [
418+ ":BuiltinsBaseTdFiles" ,
419+ ],
420+ )
421+
412422gentbl_cc_library (
413423 name = "basic_builtins_x86_gen" ,
414424 tbl_outs = {"include/clang/Basic/BuiltinsX86.inc" : ["-gen-clang-builtins" ]},
@@ -747,6 +757,7 @@ cc_library(
747757 ":basic_builtins_spirv_cl_gen" ,
748758 ":basic_builtins_spirv_common_gen" ,
749759 ":basic_builtins_spirv_vk_gen" ,
760+ ":basic_builtins_systemz_gen" ,
750761 ":basic_builtins_x86_64_gen" ,
751762 ":basic_builtins_x86_gen" ,
752763 ":basic_riscv_andes_vector_builtins_gen" ,
You can’t perform that action at this time.
0 commit comments