blob: edd7f471f4214c4eb5143be78b8fc0bbda87524a [file] [log] [blame]
# RUN: lld-core %s | FileCheck %s
#
# Test that non-inlined inlined functions are silently coalesced
#
---
atoms:
- name: _inlineFunc
scope: global
definition: regular
type: code
merge: asWeak
---
atoms:
- name: _inlineFunc
scope: global
definition: regular
type: code
merge: asWeak
---
atoms:
- name: _inlineFunc
scope: global
definition: regular
type: code
merge: asWeak
...
# CHECK: name: _inlineFunc
# CHECK: merge: asWeak
# CHECK-NOT: name: _inlineFunc
# CHECK: ...