diff options
Diffstat (limited to 'lld/test/core/dead-strip-attributes.objtxt')
| -rw-r--r-- | lld/test/core/dead-strip-attributes.objtxt | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/lld/test/core/dead-strip-attributes.objtxt b/lld/test/core/dead-strip-attributes.objtxt index dcb35a21e26..2a1c97627d2 100644 --- a/lld/test/core/dead-strip-attributes.objtxt +++ b/lld/test/core/dead-strip-attributes.objtxt @@ -1,4 +1,5 @@ -# RUN: lld -core %s | FileCheck %s +# 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 @@ -8,14 +9,6 @@ defined-atoms: - name: _foo1 dead-strip: normal ---- -defined-atoms: - - name: _foo2 - dead-strip: never ---- -defined-atoms: - - name: _foo3 - dead-strip: always ... |

