summaryrefslogtreecommitdiffstats
path: root/lld/test/core/multiple-def-error.objtxt
blob: 5765814e53eece97b1136ba27ba73aab8f5e367a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# RUN: not lld -core %s %p/Inputs/multiple-def-error.objtxt 2>&1  | FileCheck %s

#
# Test that multiple definitions cause an error
#

# CHECK: duplicate symbol

---
defined-atoms:
    - name:         _foo
      scope:        global
      type:         data
...
OpenPOWER on IntegriCloud