Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / lld / test / COFF / lib.test
blob7525ef4226cda5307d1ad06b4cc422afad679410
1 # RUN: lld-link /machine:x64 /def:%S/Inputs/library.def /out:%t.lib
2 # RUN: llvm-nm %t.lib | FileCheck %s
4 CHECK: 00000000 a @comp.id
5 CHECK: 00000000 a @feat.00
6 CHECK: 00000000 W alias
7 CHECK:          U function
9 CHECK: 00000000 a @comp.id
10 CHECK: 00000000 a @feat.00
11 CHECK: 00000000 W __imp_alias
12 CHECK:          U __imp_function
14 CHECK: 00000000 R __imp_constant
15 CHECK: 00000000 R constant
17 CHECK: 00000000 D __imp_data
19 CHECK: 00000000 T __imp_function
20 CHECK: 00000000 T function