blob: 8997be2833b10644ebf80e98700b9497e2c6194a [file] [log] [blame]
# RUN: lld -core %s %p/Inputs/tent-merge.objtxt | FileCheck %s
#
# Test that a tentative definition and a regular global are merged into
# one regular global
#
---
defined-atoms:
- name: _foo
merge: as-tentative
scope: global
type: zero-fill
size: 4
...
# CHECK: name: _foo
# CHECK-NOT: merge: as-tentative