Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / lld / test / wasm / Inputs / disallow-feature-foo.yaml
blobf4f987ef090a8324fdb928e1acb878b781a53e49
1 --- !WASM
2 FileHeader:
3   Version:         0x00000001
4 Sections:
5   - Type:            CUSTOM
6     Name:            linking
7     Version:         2
8   - Type:            CUSTOM
9     Name:            target_features
10     Features:
11       - Prefix:        DISALLOWED
12         Name:          "foo"
13 ...