diff options
Diffstat (limited to 'test/core/sectiongroup-remaining-undef.objtxt')
-rw-r--r-- | test/core/sectiongroup-remaining-undef.objtxt | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/test/core/sectiongroup-remaining-undef.objtxt b/test/core/sectiongroup-remaining-undef.objtxt deleted file mode 100644 index 0a292040a354..000000000000 --- a/test/core/sectiongroup-remaining-undef.objtxt +++ /dev/null @@ -1,42 +0,0 @@ -# RUN: lld -core %s %p/Inputs/sectiongroup-remaining-undef.objtxt %p/Inputs/sectiongroup-remaining-undef2.objtxt | FileCheck %s - -# -# Test that section groups are parsed and the first group selected for symbol -# resolution. The second file which has the same group has a unresolved -# undefined symbol. lets make sure that the symbol is kept around in the final -# link and remains undefined. -# - ---- -defined-atoms: - - name: f1 - scope: global - type: code - - name: f2 - scope: global - type: code - - name: g1 - scope: global - type: code - - name: d1 - scope: global - type: data - - name: g1 - scope: global - type: group-comdat - references: - - kind: group-child - target: f1 - - kind: group-child - target: f2 - - kind: group-child - target: g1 - - kind: group-child - target: d1 -... - -#CHECK: - name: anotherfunction -#CHECK: scope: global -#CHECK: type: data -#CHECK: undefined-atoms: -#CHECK: - name: f3 |