Skip to content

Commit

Permalink
preserving fewer headers
Browse files Browse the repository at this point in the history
  • Loading branch information
vbar committed Apr 19, 2022
1 parent ef8d3d7 commit fa47ad6
Showing 1 changed file with 24 additions and 3 deletions.
27 changes: 24 additions & 3 deletions clang-build/rules.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,41 @@
"float.h",
"iso646.h",
"limits.h",
"__macro*",
"__macro_PAGESIZE.h",
"stdbool.h",
"stddef.h",
"stdint.h",
"stdnoreturn.h",
"__struct*",
"__typedef*",
"__struct_iovec.h",
"__struct_timeval.h",
"__struct_timespec.h",
"__typedef_clock_t.h",
"__typedef_clockid_t.h",
"__typedef_suseconds_t.h",
"__typedef_sigset_t.h",
"__typedef_time_t.h",
"values.h"
]
},
{
"tail": "wasi-sysroot/include/bits",
"whitelist": [
"alltypes.h",
"float.h",
"limits.h",
"stdint.h"
]
},
{
"tail": "clang/15.0.0/include",
"blacklist": [
"adxintrin.h",
"altivec.h",
"ammintrin.h",
"amxintrin.h",
"avx2intrin.h",
"avx3intrin.h",
"avx512*",
"__clang_cuda*",
"__clang_hip*",
"cuda_wrappers",
Expand Down

0 comments on commit fa47ad6

Please sign in to comment.