89b518cd16f83fc07642930227e1db6b5b346865
[oota-llvm.git] / test / tools / dsymutil / ARM / fat-arch-not-found.test
1 # REQUIRES: object-emission
2 # RUN: llvm-dsymutil -oso-prepend-path=%p/../Inputs -y %s -o - 2>&1 | FileCheck %s
3
4 ---
5 triple:          'armv7-apple-darwin'
6 objects:
7   - filename: libfat-test.a(fat-test.o)
8     symbols:
9       - { sym: _armv7_var, objAddr: 0x0, binAddr: 0x1000, size: 0x4 }
10 ...
11
12 # CHECK: libfat-test.a(fat-test.o): No object file for requested architecture
13