|
# RUN: lld -core %s %p/Inputs/weak-coalesce.objtxt \
|
|
# RUN: %p/Inputs/weak-coalesce2.objtxt | FileCheck %s
|
|
|
|
---
|
|
defined-atoms:
|
|
- name: _foo
|
|
merge: as-weak
|
|
scope: global
|
|
type: data
|
|
...
|
|
|
|
|
|
# CHECK: name: _foo
|
|
# CHECK-NOT: merge: as-weak
|
|
# CHECK-NOT: name: _foo
|
|
# CHECK: ...
|