summaryrefslogtreecommitdiff
path: root/test/ELF/invalid/sht-group.test
diff options
context:
space:
mode:
Diffstat (limited to 'test/ELF/invalid/sht-group.test')
-rw-r--r--test/ELF/invalid/sht-group.test18
1 files changed, 18 insertions, 0 deletions
diff --git a/test/ELF/invalid/sht-group.test b/test/ELF/invalid/sht-group.test
new file mode 100644
index 000000000000..c91e649e2643
--- /dev/null
+++ b/test/ELF/invalid/sht-group.test
@@ -0,0 +1,18 @@
+# REQUIRES: x86
+# RUN: yaml2obj %s -o %t.o
+# RUN: not ld.lld %t.o -o %t.exe 2>&1 | FileCheck %s
+# CHECK: invalid symbol index
+
+--- !ELF
+FileHeader:
+ Class: ELFCLASS64
+ Data: ELFDATA2LSB
+ Type: ET_REL
+ Machine: EM_X86_64
+Sections:
+ - Name: .group
+ Type: SHT_GROUP
+ Link: .symtab
+ Info: 12345
+ Members:
+ - SectionOrType: GRP_COMDAT