13 lines
340 B
Plaintext
13 lines
340 B
Plaintext
# RUN: dsymutil -f -oso-prepend-path=%p/../Inputs -y %s -o - 2>&1 | FileCheck %s
|
|
|
|
---
|
|
triple: 'armv7-apple-darwin'
|
|
objects:
|
|
- filename: libfat-test.a(fat-test.o)
|
|
symbols:
|
|
- { sym: _armv7_var, objAddr: 0x0, binAddr: 0x1000, size: 0x4 }
|
|
...
|
|
|
|
# CHECK: libfat-test.a(fat-test.o): No object file for requested architecture
|
|
|