summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/dsymutil/ARM/fat-arch-not-found.test
blob: 5bccb58b3e4e818a219652d4853d8ffd6b1d9769 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# REQUIRES: object-emission
# 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

OpenPOWER on IntegriCloud