Skip to content

Commit b7316b4

Browse files
committed
clang-format: Add src/components/bpf_verifier_ksym.c
This file has ~7,000 lines of offsets which causes clang-format-21 to OOM even with 20GB+ RAM.
1 parent 593a841 commit b7316b4

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.clang-format-ignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
11
*.sh
2+
# Generated per-build offset tables: a single multi-thousand-row array
3+
# initializer. clang-format's // clang-format off disables reformatting but not
4+
# parsing, and the parse of one ~450k-token statement can exhaust memory.
5+
# The rows are machine-generated with a fixed format, so exclude these files
6+
# from clang-format entirely.
7+
src/components/bpf_verifier_ksym.c

0 commit comments

Comments
 (0)