File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
utils/bazel/llvm-project-overlay/clang Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -287,6 +287,14 @@ gentbl_cc_library(
287287 deps = [":BuiltinsBaseTdFiles" ],
288288)
289289
290+ gentbl_cc_library (
291+ name = "basic_builtins_directx_gen" ,
292+ tbl_outs = {"include/clang/Basic/BuiltinsDirectX.inc" : ["-gen-clang-builtins" ]},
293+ tblgen = ":clang-tblgen" ,
294+ td_file = "include/clang/Basic/BuiltinsDirectX.td" ,
295+ deps = [":BuiltinsBaseTdFiles" ],
296+ )
297+
290298gentbl_cc_library (
291299 name = "basic_builtins_spirv_gen" ,
292300 tbl_outs = {"include/clang/Basic/BuiltinsSPIRV.inc" : ["-gen-clang-builtins" ]},
@@ -611,6 +619,7 @@ cc_library(
611619 ":basic_attr_gen" ,
612620 ":basic_builtin_templates_gen" ,
613621 ":basic_builtins_bpf_gen" ,
622+ ":basic_builtins_directx_gen" ,
614623 ":basic_builtins_gen" ,
615624 ":basic_builtins_hexagon_gen" ,
616625 ":basic_builtins_nvptx_gen" ,
You can’t perform that action at this time.
0 commit comments