blob: 205e0a5034e5a4db071715607b340207cd5bbf98 [file] [log] [blame]
# 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
# all atoms in select archive members.
#
--- !native
defined-atoms:
- name: foo
type: code
undefined-atoms:
- name: bar
...
# CHECK: name: foo
# CHECK-NOT: undefined-atoms:
# CHECK: name: bar
# CHECK: name: bar2
# CHECK-NOT: name: baz
# CHECK: ...