1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 03:53:04 +02:00
llvm-mirror/test/MC/AsmParser/directive_incbin.s
Kevin Enderby bc6d6388c2 Improve the implementation of .incbin directive by replacing a loop by using
getStreamer().EmitBytes.  Suggestion by Benjamin Kramer!

llvm-svn: 146599
2011-12-14 22:34:45 +00:00

7 lines
124 B
ArmAsm

# RUN: llvm-mc -triple i386-unknown-unknown %s -I %p | FileCheck %s
.data
.incbin "incbin_abcd"
# CHECK: .ascii "abcd\n"