summaryrefslogtreecommitdiffstats
path: root/lld/test/error-file-attribute.objtxt
blob: f189c596f265e634909e2926e0ead01e2e974ff1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# RUN: not lld -core %s 2> %t.err
# RUN:   FileCheck < %t.err %s

#
# Test that unknown file attribute produces a readable error.
#

---
aardvark:           true
defined-atoms:
    - name:         entry
      scope:        hidden
  
...


# CHECK:       error: unknown key 'aardvark'
OpenPOWER on IntegriCloud