summaryrefslogtreecommitdiff
path: root/test/elf/allowduplicates.objtxt
diff options
context:
space:
mode:
Diffstat (limited to 'test/elf/allowduplicates.objtxt')
-rw-r--r--test/elf/allowduplicates.objtxt51
1 files changed, 0 insertions, 51 deletions
diff --git a/test/elf/allowduplicates.objtxt b/test/elf/allowduplicates.objtxt
deleted file mode 100644
index dbad3bd312ed..000000000000
--- a/test/elf/allowduplicates.objtxt
+++ /dev/null
@@ -1,51 +0,0 @@
-# RUN: lld -flavor gnu -target x86_64 --allow-multiple-definition %s \
-# RUN: --output-filetype=yaml --noinhibit-exec | FileCheck %s
-#
-# RUN: not lld -flavor gnu -target x86_64 %s --output-filetype=yaml \
-# RUN: --noinhibit-exec 2>&1 | FileCheck -check-prefix=ERROR %s
-#
-# RUN: lld -flavor gnu -target x86_64 -z muldefs %s \
-# RUN: --noinhibit-exec --output-filetype=yaml | FileCheck %s
-
----
-defined-atoms:
- - name: .text
- alignment: 2^4
- section-choice: custom-required
- section-name: .text
- - name: main
- scope: global
- content: [ B8, 00, 00, 00, 00, C7, 44, 24, FC, 00, 00, 00,
- 00, C3 ]
- alignment: 2^4
- section-choice: custom-required
- section-name: .text
----
-defined-atoms:
- - name: .text
- alignment: 2^4
- section-choice: custom-required
- section-name: .text
- - name: main
- scope: global
- content: [ B8, 00, 00, 00, 00, C7, 44, 24, FC, 00, 00, 00,
- 00, C3 ]
- alignment: 2^4
- section-choice: custom-required
- section-name: .text
----
-
-# CHECK: defined-atoms:
-# CHECK: - name: .text
-# CHECK: alignment: 2^4
-# CHECK: section-choice: custom-required
-# CHECK: section-name: .text
-# CHECK: - name: main
-# CHECK: scope: global
-# CHECK: content: [ B8, 00, 00, 00, 00, C7, 44, 24, FC, 00, 00, 00,
-# CHECK: 00, C3 ]
-# CHECK: alignment: 2^4
-# CHECK: section-choice: custom-required
-# CHECK: section-name: .text
-
-# ERROR: duplicate symbol error