blob: 6df9d0e7a49a08b378df0c95730b8a148d9e8efe [file] [log] [blame]
# RUN: lld -core %s | FileCheck %s
#
# Test that non-inlined inlined functions are silently coalesced
#
---
defined-atoms:
- name: _inlineFunc
scope: global
type: code
merge: as-weak
---
defined-atoms:
- name: _inlineFunc
scope: global
type: code
merge: as-weak
---
defined-atoms:
- name: _inlineFunc
scope: global
type: code
merge: as-weak
...
# CHECK: name: _inlineFunc
# CHECK: merge: as-weak
# CHECK-NOT: name: _inlineFunc
# CHECK: ...