Files
clang-p2996/lld/test/core/inline-coalesce.objtxt
Shankar Easwaran df4f12bb65 [lld][test] organize test directory. No change in functionality
* Renames few tests which had extension objtxt to test
* created core directory that contains all the core tests

llvm-svn: 189720
2013-08-31 05:59:52 +00:00

32 lines
680 B
Plaintext

# 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: ...