Replace CRLF.

llvm-svn: 310166
This commit is contained in:
Rui Ueyama 2017-08-05 04:07:21 +00:00
parent 39df40d8c2
commit fbefee9f36

View File

@ -1,12 +1,12 @@
# Verify that a .dynstr in the .text segment has null byte terminators
# REQUIRES: x86
# RUN: llvm-mc -filetype=obj -triple=x86_64-pc-linux %s -o %t.o
# RUN: ld.lld %t.o -no-rosegment -o %t.so -shared
# RUN: llvm-objdump %t.so -s -j .dynstr | FileCheck %s
# CHECK: 00666f6f 00 .foo.
.globl foo
foo:
ret
# Verify that a .dynstr in the .text segment has null byte terminators
# REQUIRES: x86
# RUN: llvm-mc -filetype=obj -triple=x86_64-pc-linux %s -o %t.o
# RUN: ld.lld %t.o -no-rosegment -o %t.so -shared
# RUN: llvm-objdump %t.so -s -j .dynstr | FileCheck %s
# CHECK: 00666f6f 00 .foo.
.globl foo
foo:
ret