From bfb4b3275371a3b53cd6562fa06e5a9dfb5627b7 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Fri, 6 Dec 2024 09:43:19 +0100 Subject: 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). --- pkg/ast/testdata/all.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'pkg/ast/testdata') 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"] -- cgit mrf-deployment