File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed
utils/bazel/llvm-project-overlay/clang Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -341,6 +341,21 @@ gentbl(
341
341
],
342
342
)
343
343
344
+ gentbl (
345
+ name = "basic_builtins_spirv_gen" ,
346
+ tbl_outs = [(
347
+ "-gen-clang-builtins" ,
348
+ "include/clang/Basic/BuiltinsSPIRV.inc" ,
349
+ )],
350
+ tblgen = ":clang-tblgen" ,
351
+ td_file = "include/clang/Basic/BuiltinsSPIRV.td" ,
352
+ td_srcs = [
353
+ "include/clang/Basic/Builtins.td" ,
354
+ "include/clang/Basic/BuiltinsBase.td" ,
355
+ "include/clang/Basic/BuiltinsSPIRV.td" ,
356
+ ],
357
+ )
358
+
344
359
gentbl (
345
360
name = "basic_builtins_riscv_gen" ,
346
361
tbl_outs = [(
@@ -723,6 +738,7 @@ cc_library(
723
738
":basic_builtins_bpf_gen" ,
724
739
":basic_builtins_gen" ,
725
740
":basic_builtins_riscv_gen" ,
741
+ ":basic_builtins_spirv_gen" ,
726
742
":basic_builtins_x86_gen" ,
727
743
":basic_builtins_x86_64_gen" ,
728
744
":basic_internal_headers" ,
You can’t perform that action at this time.
0 commit comments