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 @@ -1683,6 +1683,20 @@ gentbl(
1683
1683
],
1684
1684
)
1685
1685
1686
+ gentbl (
1687
+ name = "headers_arm_vector_type_gen" ,
1688
+ tbl_outs = [(
1689
+ "-gen-arm-vector-type" ,
1690
+ "lib/Headers/arm_vector_types.h" ,
1691
+ )],
1692
+ tblgen = ":clang-tblgen" ,
1693
+ td_file = "include/clang/Basic/arm_neon.td" ,
1694
+ td_srcs = [
1695
+ "include/clang/Basic/arm_neon.td" ,
1696
+ "include/clang/Basic/arm_neon_incl.td" ,
1697
+ ],
1698
+ )
1699
+
1686
1700
gentbl (
1687
1701
name = "headers_riscv_vector" ,
1688
1702
tbl_outs = [(
@@ -1715,6 +1729,7 @@ builtin_headers = glob(
1715
1729
"lib/Headers/arm_neon.h" ,
1716
1730
"lib/Headers/arm_sve.h" ,
1717
1731
"lib/Headers/arm_sme_draft_spec_subject_to_change.h" ,
1732
+ "lib/Headers/arm_vector_types.h" ,
1718
1733
"lib/Headers/arm_bf16.h" ,
1719
1734
"lib/Headers/module.modulemap" ,
1720
1735
"lib/Headers/riscv_vector.h" ,
You can’t perform that action at this time.
0 commit comments