diff options
| author | Igor Ostapenko <igoro@FreeBSD.org> | 2026-08-23 22:42:48 +0000 |
|---|---|---|
| committer | Igor Ostapenko <igoro@FreeBSD.org> | 2026-08-23 22:54:14 +0000 |
| commit | edb230c4af499203d7a6894b3711fe6574b26040 (patch) | |
| tree | 14c9ff4a2ae24f4c33f41cc8dc9a1ccf94cc2651 /contrib/llvm-project/llvm/lib/DebugInfo/CodeView/DebugStringTableSubsection.cpp | |
| parent | 732c8d2a1a0e169bad1c02b1e54a4306861bde4a (diff) | |
This introduces the requirement preparation handler concept, with the
first handler implemented to load the required kernel modules.
Running without arguments lists all available handlers:
kyua prepare
Currently there are only two handlers:
all: runs all available handlers
kmods: loads the modules declared by required_kmods metadata
The dry run option lists the required modules without actual loading:
kyua prepare { --dry-run | -n } kmods
The "prepare" command traverses only the given tree of tests, i.e., the
following invocation lists all required modules for the whole test
suite:
kyua prepare -k /usr/tests/Kyuafile -n kmods
, while this one is limited to the pf tests only:
kyua prepare -k /usr/tests/sys/netpfil/pf/Kyuafile -n kmods
Reviewed by: ngie
Differential Revision: https://reviews.freebsd.org/D48087
Diffstat (limited to 'contrib/llvm-project/llvm/lib/DebugInfo/CodeView/DebugStringTableSubsection.cpp')
0 files changed, 0 insertions, 0 deletions
