2017-08-27 14:46:59 -07:00
|
|
|
// REQUIRES: x86
|
|
|
|
// RUN: llvm-mc -filetype=obj -triple=x86_64-pc-linux %s -o %t.o
|
2018-08-04 14:47:16 -07:00
|
|
|
// RUN: not ld.lld %t.o -o /dev/null -shared 2>&1 | FileCheck %s
|
2017-08-27 14:46:59 -07:00
|
|
|
|
|
|
|
.section .rodata.str1.1,"aMS",@progbits,1
|
|
|
|
.asciz "abc"
|
|
|
|
|
|
|
|
.data
|
|
|
|
.long .rodata.str1.1 + 4
|
|
|
|
|
|
|
|
// CHECK: merge-string-error.s.tmp.o:(.rodata.str1.1): entry is past the end of the section
|