hanchenye-llvm-project/lld/test/core/error-atom-undefined-wrong-...

18 lines
266 B
Plaintext

# RUN: not lld -core %s 2> %t.err
# RUN: FileCheck < %t.err %s
#
# Test that a defined attribute on an undefined atom produces a readable error.
#
---
undefined-atoms:
- name: foo
type: code
...
# CHECK: error: unknown key 'type'