1RUN: lldb-test object-file %p/Inputs/identification-linux.syms | FileCheck %s --check-prefix=LINUX
2RUN: lldb-test object-file %p/Inputs/identification-macosx.syms | FileCheck %s --check-prefix=MAC
3RUN: lldb-test object-file %p/Inputs/identification-macosx-arm64e.syms | FileCheck %s --check-prefix=ARM64E
4RUN: lldb-test object-file %p/Inputs/identification-windows.syms | FileCheck %s --check-prefix=WINDOWS
5RUN: not lldb-test object-file %p/Inputs/bad-module-id-1.syms 2>&1 | FileCheck %s --check-prefix=ERROR
6RUN: not lldb-test object-file %p/Inputs/bad-module-id-2.syms 2>&1 | FileCheck %s --check-prefix=ERROR
7RUN: not lldb-test object-file %p/Inputs/bad-module-id-3.syms 2>&1 | FileCheck %s --check-prefix=ERROR
8
9LINUX: Plugin name: breakpad
10LINUX: Architecture: x86_64--linux
11LINUX: UUID: 554889E5-5DC3-CCCC-CCCC-CCCCCCCCCCCC
12LINUX: Executable: false
13LINUX: Stripped: false
14LINUX: Type: debug info
15LINUX: Strata: user
16
17MAC: Plugin name: breakpad
18MAC: Architecture: x86_64--macosx
19MAC: UUID: D98C0E68-2089-AA1B-EACD-6A8C1F16707B
20MAC: Executable: false
21MAC: Stripped: false
22MAC: Type: debug info
23MAC: Strata: user
24
25ARM64E: Architecture: aarch64--macosx
26
27WINDOWS: Plugin name: breakpad
28WINDOWS: Architecture: i386--windows
29WINDOWS: UUID: A0C91657-80B5-4909-81A1-925EA62165C0-00000001
30WINDOWS: Executable: false
31WINDOWS: Stripped: false
32WINDOWS: Type: debug info
33WINDOWS: Strata: user
34
35ERROR: not recognised as an object file
36