diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2024-12-06 09:43:19 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2024-12-11 15:22:17 +0000 |
| commit | bfb4b3275371a3b53cd6562fa06e5a9dfb5627b7 (patch) | |
| tree | 36d9f70965d8cf1080480c0d56de0b49f096cae5 /pkg/ast | |
| parent | a9a0ffed7ef93dd86695100cf081438a918d6026 (diff) | |
pkg/compiler: add automatic meta
Mark the whole file with "meta automatic" instead of marking each syscall.
This reduces size of descriptions + allows to do special things
with the whole file (e.g. we already treat auto consts specially).
Diffstat (limited to 'pkg/ast')
| -rw-r--r-- | pkg/ast/testdata/all.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/ast/testdata/all.txt b/pkg/ast/testdata/all.txt index d5587c027..c04c274c3 100644 --- a/pkg/ast/testdata/all.txt +++ b/pkg/ast/testdata/all.txt @@ -1,6 +1,7 @@ # Copyright 2017 syzkaller project authors. All rights reserved. # Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file. +meta automatic meta noextract meta arches["foo", "bar", "386"] |
