2011-12-22 10:38:01 +08:00
|
|
|
# RUN: lld-core %s | FileCheck %s
|
|
|
|
|
|
|
|
#
|
|
|
|
# Test that non-inlined inlined functions are silently coalesced
|
|
|
|
#
|
|
|
|
|
|
|
|
---
|
2013-01-05 10:22:35 +08:00
|
|
|
defined-atoms:
|
2011-12-22 10:38:01 +08:00
|
|
|
- name: _inlineFunc
|
|
|
|
scope: global
|
|
|
|
type: code
|
2013-01-05 10:22:35 +08:00
|
|
|
merge: as-weak
|
2011-12-22 10:38:01 +08:00
|
|
|
---
|
2013-01-05 10:22:35 +08:00
|
|
|
defined-atoms:
|
2011-12-22 10:38:01 +08:00
|
|
|
- name: _inlineFunc
|
|
|
|
scope: global
|
|
|
|
type: code
|
2013-01-05 10:22:35 +08:00
|
|
|
merge: as-weak
|
2011-12-22 10:38:01 +08:00
|
|
|
---
|
2013-01-05 10:22:35 +08:00
|
|
|
defined-atoms:
|
2011-12-22 10:38:01 +08:00
|
|
|
- name: _inlineFunc
|
|
|
|
scope: global
|
|
|
|
type: code
|
2013-01-05 10:22:35 +08:00
|
|
|
merge: as-weak
|
2011-12-22 10:38:01 +08:00
|
|
|
...
|
|
|
|
|
|
|
|
|
|
|
|
# CHECK: name: _inlineFunc
|
2013-01-05 10:22:35 +08:00
|
|
|
# CHECK: merge: as-weak
|
2011-12-22 10:38:01 +08:00
|
|
|
# CHECK-NOT: name: _inlineFunc
|
|
|
|
# CHECK: ...
|