mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-20 23:30:54 +00:00
Replace CRLF.
llvm-svn: 310166
This commit is contained in:
parent
39df40d8c2
commit
fbefee9f36
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user