Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / lld / test / COFF / cgprofile-err.s
blob94c1c2a688627b2beca374a2e46164e9bdcc6db2
1 # REQUIRES: x86
3 # RUN: llvm-mc -filetype=obj -triple=x86_64-pc-win32 %s -o %t
5 # RUN: echo "A B C 100" > %t.call_graph
6 # RUN: not lld-link /dll /noentry /subsystem:console %t /call-graph-ordering-file:%t.call_graph /out:/dev/null 2>&1 | FileCheck %s
8 # CHECK: {{.*}}.call_graph: parse error
10 # RUN: echo "A B C" > %t.call_graph
11 # RUN: not lld-link /dll /noentry /subsystem:console %t /call-graph-ordering-file:%t.call_graph /out:/dev/null 2>&1 | FileCheck %s