blob: 4872b163ee632e1351de6ba57abc4369d60e8d9d [file] [log] [blame]
# RUN: lld-core %s | FileCheck %s
#
# Test that a tentative definition and a regular global are merged into
# one regular global
#
---
atoms:
- name: _foo
definition: regular
merge: asTentative
scope: global
type: zero-fill
size: 4
---
atoms:
- name: _foo
definition: regular
scope: global
type: data
content: [ 00, 00, 00, 00 ]
...
# CHECK: name: _foo
# CHECK-NOT: merge: asTentative