File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed
utils/bazel/llvm-project-overlay/clang Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -400,6 +400,19 @@ gentbl_cc_library(
400400 deps = [":BuiltinsBaseTdFiles" ],
401401)
402402
403+ gentbl_cc_library (
404+ name = "basic_builtin_templates_gen" ,
405+ tbl_outs = [(
406+ ["-gen-clang-builtin-templates" ],
407+ "include/clang/Basic/BuiltinTemplates.inc" ,
408+ )],
409+ tblgen = ":clang-tblgen" ,
410+ td_file = "include/clang/Basic/BuiltinTemplates.td" ,
411+ deps = [
412+ ":BuiltinsBaseTdFiles" ,
413+ ],
414+ )
415+
403416td_library (
404417 name = "RiscvTdFiles" ,
405418 srcs = [
@@ -713,6 +726,7 @@ cc_library(
713726 ":basic_arm_sve_builtins_gen" ,
714727 ":basic_arm_sve_typeflags_gen" ,
715728 ":basic_attr_gen" ,
729+ ":basic_builtin_templates_gen" ,
716730 ":basic_builtins_bpf_gen" ,
717731 ":basic_builtins_gen" ,
718732 ":basic_builtins_hexagon_gen" ,
You can’t perform that action at this time.
0 commit comments