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