1# RUN: yaml2obj %S/Inputs/corefile.yaml -o %t.corefile 2# RUN: yaml2obj %S/Inputs/a.out.yaml -o %t.out 3 4# RUN: %lldb -b -c %t.corefile %t.out -o 'target list ' | FileCheck %s --check-prefix BINARY 5# BINARY: target {{.*}} arch=armv7em-apple 6 7# RUN: %lldb -b %t.corefile -o 'target list' | FileCheck %s --check-prefix CORE 8# CORE: target {{.*}} arch=armv7-apple 9