brintos

brintos / llvm-project-archived public Read only

0
0
Text · 415 B · 6b5425d Raw
14 lines · plain
1# REQUIRES: x862 3# RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %s -o %t4 5# RUN: echo "A B C 100" > %t.call_graph6# RUN: not ld.lld %t --call-graph-ordering-file \7# RUN:   %t.call_graph -o /dev/null 2>&1 | FileCheck %s8 9# CHECK: {{.*}}.call_graph: parse error10 11# RUN: echo "A B C" > %t.call_graph12# RUN: not ld.lld %t --call-graph-ordering-file \13# RUN:   %t.call_graph -o /dev/null 2>&1 | FileCheck %s14