blob: 2a1c97627d2b22674ce9b28d300dff6c1957d1de [file] [log] [blame]
# RUN: lld -core %s %p/Inputs/dead-strip-attributes.objtxt \
# RUN: %p/Inputs/dead-strip-attributes2.objtxt | FileCheck %s
#
# Test that dead strip attributes are preserved
#
---
defined-atoms:
- name: _foo1
dead-strip: normal
...
# CHECK: name: _foo1
# CHECK-NOT: dead-strip: never
# CHECK-NOT: dead-strip: always
# CHECK: name: _foo2
# CHECK: dead-strip: never
# CHECK: name: _foo3
# CHECK: dead-strip: always
# CHECK: ...