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 @@ -364,6 +364,20 @@ gentbl(
364
364
],
365
365
)
366
366
367
+ gentbl (
368
+ name = "basic_builtins_x86_gen" ,
369
+ tbl_outs = [(
370
+ "-gen-clang-builtins" ,
371
+ "include/clang/Basic/BuiltinsX86.inc" ,
372
+ )],
373
+ tblgen = ":clang-tblgen" ,
374
+ td_file = "include/clang/Basic/BuiltinsX86.td" ,
375
+ td_srcs = [
376
+ "include/clang/Basic/BuiltinsX86.td" ,
377
+ "include/clang/Basic/BuiltinsBase.td" ,
378
+ ],
379
+ )
380
+
367
381
gentbl (
368
382
name = "basic_builtins_gen" ,
369
383
tbl_outs = [(
@@ -701,6 +715,7 @@ cc_library(
701
715
":basic_builtins_bpf_gen" ,
702
716
":basic_builtins_gen" ,
703
717
":basic_builtins_riscv_gen" ,
718
+ ":basic_builtins_x86_gen" ,
704
719
":basic_internal_headers" ,
705
720
":basic_riscv_sifive_vector_builtins_gen" ,
706
721
":basic_riscv_vector_builtin_cg_gen" ,
You can’t perform that action at this time.
0 commit comments