bolt/deps/llvm-18.1.8/lld/test/wasm/Inputs/use-feature-foo.yaml
2025-02-14 19:21:04 +01:00

13 lines
282 B
YAML

--- !WASM
FileHeader:
Version: 0x00000001
Sections:
- Type: CUSTOM
Name: linking
Version: 2
- Type: CUSTOM
Name: target_features
Features:
- Prefix: USED
Name: "foo"
...