Add the .incbin directive which takes the binary data from a file and emits
authorKevin Enderby <enderby@apple.com>
Wed, 14 Dec 2011 21:47:48 +0000 (21:47 +0000)
committerKevin Enderby <enderby@apple.com>
Wed, 14 Dec 2011 21:47:48 +0000 (21:47 +0000)
commitc55accaddb472a517f697d4b0c44017f40c2a5a7
treef518b22d687bcc7f5c75a677aad926567bc6f4b5
parent2dbab5c33db5eb08f909f5b9a036d75c9ac88a25
Add the .incbin directive which takes the binary data from a file and emits
it to the streamer.  rdar://10383898

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@146592 91177308-0d34-0410-b5e6-96231b3b80d8
lib/MC/MCParser/AsmParser.cpp
test/MC/AsmParser/directive_incbin.s [new file with mode: 0644]
test/MC/AsmParser/incbin_abcd [new file with mode: 0644]