blob: 513a2f4944851f0c58df6ec75b9eefb1d4f9c4e0 [file] [log] [blame]
# RUN: not lld -core %s %p/Inputs/error-duplicate-absolutes.objtxt 2> %t.err
# RUN: FileCheck %s < %t.err
#
# Test that duplicate absolute atoms produces a readable error.
#
---
absolute-atoms:
- name: absatom
value: 0
scope: global
undefined-atoms:
- name: undefatom
...
# CHECK: SymbolTable: error while merging absatom
# CHECK: LLVM ERROR: duplicate symbol error