1 # REQUIRES: object-emission 2 # RUN: llvm-dsymutil -f -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 14