File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed
utils/bazel/llvm-project-overlay/clang Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -320,6 +320,20 @@ gentbl(
320
320
],
321
321
)
322
322
323
+ gentbl (
324
+ name = "basic_builtins_riscv_gen" ,
325
+ tbl_outs = [(
326
+ "-gen-clang-builtins" ,
327
+ "include/clang/Basic/BuiltinsRISCV.inc" ,
328
+ )],
329
+ tblgen = ":clang-tblgen" ,
330
+ td_file = "include/clang/Basic/BuiltinsRISCV.td" ,
331
+ td_srcs = [
332
+ "include/clang/Basic/BuiltinsRISCV.td" ,
333
+ "include/clang/Basic/BuiltinsBase.td" ,
334
+ ],
335
+ )
336
+
323
337
gentbl (
324
338
name = "basic_builtins_gen" ,
325
339
tbl_outs = [(
@@ -656,6 +670,7 @@ cc_library(
656
670
":basic_attr_gen" ,
657
671
":basic_builtins_bpf_gen" ,
658
672
":basic_builtins_gen" ,
673
+ ":basic_builtins_riscv_gen" ,
659
674
":basic_internal_headers" ,
660
675
":basic_riscv_sifive_vector_builtins_gen" ,
661
676
":basic_riscv_vector_builtin_cg_gen" ,
You can’t perform that action at this time.
0 commit comments