hanchenye-llvm-project/lld/test/core/error-fixup-attribute.objtxt

22 lines
378 B
Plaintext

# RUN: not lld -core %s 2> %t.err
# RUN: FileCheck < %t.err %s
#
# Test that unknown fixup attribute produces a readable error.
#
---
defined-atoms:
- name: entry
scope: hidden
references:
- offset: 3
kind: pcrel32
weasel: bar
addend: 100
...
# CHECK: error: unknown key 'weasel'