Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / lld / test / COFF / Inputs / manifestdependency-drectve.yaml
blob7c6b4474377590619dfe13df23b47f959f8888c3
1 --- !COFF
2 header:
3   Machine:         IMAGE_FILE_MACHINE_AMD64
4   Characteristics: []
5 sections:
6   - Name:            .drectve
7     Characteristics: [ IMAGE_SCN_LNK_INFO, IMAGE_SCN_LNK_REMOVE ]
8     Alignment:       1
9     # "/manifestdependency:foo='bar'" "/manifestdependency:baz='quux'"
10     # (pipe into `xxd -p -r` to recover raw contents; pipe into `xxd -p` to put
11     # something new here.)
12     SectionData: 222f6d616e6966657374646570656e64656e63793a666f6f3d27626172272220222f6d616e6966657374646570656e64656e63793a62617a3d27717575782722
13 symbols:
14 ...