Files
clang-p2996/lld/test/core/error-atom-attribute.objtxt
Shankar Easwaran 3d8de47f76 Fix trailing whitespace.
llvm-svn: 200182
2014-01-27 03:09:26 +00:00

20 lines
326 B
Plaintext

# RUN: not lld -core %s 2> %t.err
# RUN: FileCheck %s < %t.err
#
# Test that unknown atom attribute produces a readable error.
#
---
defined-atoms:
- name: entry
scope: hidden
foobar: true
dead-strip: never
...
# CHECK: error: unknown key 'foobar'
# CHECK: foobar