blob: fd3f5073810ad4dbef1e4bcb56a1087634128871 [file] [log] [blame]
Rafael Espindolaf82ed2a2015-10-24 22:51:01 +00001// REQUIRES: x86
2// RUN: llvm-mc -filetype=obj -triple=x86_64-pc-linux %s -o %t.o
Rafael Espindola9c8904f2015-11-18 06:11:01 +00003// RUN: not ld.lld %t.o -o %t.so -shared 2>&1 | FileCheck %s
Rafael Espindolaf82ed2a2015-10-24 22:51:01 +00004
5 .section .rodata.str1.1,"aMS",@progbits,1
6 .ascii "abc"
7
George Rimar777f9632016-03-12 08:31:34 +00008// CHECK: string is not null terminated