15 lines · plain
1# RUN: dsymutil -f -oso-prepend-path=%p/../Inputs -y %s -o - 2>&1 | FileCheck %s2#3# RUN: dsymutil --linker parallel -f -oso-prepend-path=%p/../Inputs -y %s -o - 2>&1 | FileCheck %s4 5---6triple: 'armv7-apple-darwin'7objects:8 - filename: libfat-test.a(fat-test.o)9 symbols:10 - { sym: _armv7_var, objAddr: 0x0, binAddr: 0x1000, size: 0x4 }11...12 13# CHECK: libfat-test.a(fat-test.o): No object file for requested architecture14 15