diff options
Diffstat (limited to 'lld/test/core/archive-basic.objtxt')
-rw-r--r-- | lld/test/core/archive-basic.objtxt | 23 |
1 files changed, 1 insertions, 22 deletions
diff --git a/lld/test/core/archive-basic.objtxt b/lld/test/core/archive-basic.objtxt index ec825c1a7e5..205e0a5034e 100644 --- a/lld/test/core/archive-basic.objtxt +++ b/lld/test/core/archive-basic.objtxt @@ -1,4 +1,4 @@ -# RUN: lld -core %s | FileCheck %s +# RUN: lld -core %s %p/Inputs/archive-basic.objtxt | FileCheck %s # # Tests archives in YAML. Tests that an undefined in a regular file will load @@ -13,27 +13,6 @@ defined-atoms: undefined-atoms: - name: bar ---- !archive -members: - - name: bar.o - content: !native - defined-atoms: - - name: bar - scope: global - type: code - - - name: bar2 - type: code - - - name: baz.o - content: !native - defined-atoms: - - name: baz - scope: global - type: code - - - name: baz2 - type: code ... # CHECK: name: foo |