diff options
Diffstat (limited to 'lld/test/core/Inputs/gnulinkonce-remaining-undef.objtxt')
| -rw-r--r-- | lld/test/core/Inputs/gnulinkonce-remaining-undef.objtxt | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/lld/test/core/Inputs/gnulinkonce-remaining-undef.objtxt b/lld/test/core/Inputs/gnulinkonce-remaining-undef.objtxt new file mode 100644 index 00000000000..02903a6b7bc --- /dev/null +++ b/lld/test/core/Inputs/gnulinkonce-remaining-undef.objtxt @@ -0,0 +1,34 @@ +--- +defined-atoms: + - name: anotherfunction + scope: global + type: data + - name: f1 + scope: global + type: code + - name: f2 + scope: global + type: code + - name: f3 + scope: global + type: code + - name: g1 + scope: global + type: code + - name: d1 + scope: global + type: data + - name: g1 + scope: global + type: gnu-linkonce + references: + - kind: group-child + target: f1 + - kind: group-child + target: f2 + - kind: group-child + target: f3 + - kind: group-child + target: g1 + - kind: group-child + target: d1 |

