brintos

brintos / llvm-project-archived public Read only

0
0
Text · 359 B · 5d3bbd4 Raw
9 lines · plain
1# RUN: yaml2obj %S/Inputs/corefile.yaml -o %t.corefile2# RUN: yaml2obj %S/Inputs/a.out.yaml -o %t.out3 4# RUN: %lldb -b -c %t.corefile %t.out -o 'target list ' | FileCheck %s --check-prefix BINARY5# BINARY: target {{.*}} arch=armv7em-apple6 7# RUN: %lldb -b %t.corefile -o 'target list' | FileCheck %s --check-prefix CORE8# CORE: target {{.*}} arch=armv7-apple9