Skip to content

Commit fa47ad6

Browse files
committed
preserving fewer headers
1 parent ef8d3d7 commit fa47ad6

File tree

1 file changed

+24
-3
lines changed

1 file changed

+24
-3
lines changed

clang-build/rules.json

Lines changed: 24 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,20 +11,41 @@
1111
"float.h",
1212
"iso646.h",
1313
"limits.h",
14-
"__macro*",
14+
"__macro_PAGESIZE.h",
1515
"stdbool.h",
1616
"stddef.h",
1717
"stdint.h",
1818
"stdnoreturn.h",
19-
"__struct*",
20-
"__typedef*",
19+
"__struct_iovec.h",
20+
"__struct_timeval.h",
21+
"__struct_timespec.h",
22+
"__typedef_clock_t.h",
23+
"__typedef_clockid_t.h",
24+
"__typedef_suseconds_t.h",
25+
"__typedef_sigset_t.h",
26+
"__typedef_time_t.h",
2127
"values.h"
2228
]
2329
},
30+
{
31+
"tail": "wasi-sysroot/include/bits",
32+
"whitelist": [
33+
"alltypes.h",
34+
"float.h",
35+
"limits.h",
36+
"stdint.h"
37+
]
38+
},
2439
{
2540
"tail": "clang/15.0.0/include",
2641
"blacklist": [
42+
"adxintrin.h",
43+
"altivec.h",
2744
"ammintrin.h",
45+
"amxintrin.h",
46+
"avx2intrin.h",
47+
"avx3intrin.h",
48+
"avx512*",
2849
"__clang_cuda*",
2950
"__clang_hip*",
3051
"cuda_wrappers",

0 commit comments

Comments
 (0)