brintos

brintos / llvm-project-archived public Read only

0
0
Text · 462 B · 94c1c2a Raw
12 lines · plain
1# REQUIRES: x862 3# RUN: llvm-mc -filetype=obj -triple=x86_64-pc-win32 %s -o %t4 5# RUN: echo "A B C 100" > %t.call_graph6# RUN: not lld-link /dll /noentry  /subsystem:console %t /call-graph-ordering-file:%t.call_graph /out:/dev/null 2>&1 | FileCheck %s7 8# CHECK: {{.*}}.call_graph: parse error9 10# RUN: echo "A B C" > %t.call_graph11# RUN: not lld-link /dll /noentry  /subsystem:console %t /call-graph-ordering-file:%t.call_graph /out:/dev/null 2>&1 | FileCheck %s12