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(
364364 ],
365365)
366366
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+
367381gentbl (
368382 name = "basic_builtins_gen" ,
369383 tbl_outs = [(
@@ -701,6 +715,7 @@ cc_library(
701715 ":basic_builtins_bpf_gen" ,
702716 ":basic_builtins_gen" ,
703717 ":basic_builtins_riscv_gen" ,
718+ ":basic_builtins_x86_gen" ,
704719 ":basic_internal_headers" ,
705720 ":basic_riscv_sifive_vector_builtins_gen" ,
706721 ":basic_riscv_vector_builtin_cg_gen" ,
You can’t perform that action at this time.
0 commit comments