Yunzhong Gao
|
8c0f5067cc
|
Improve handling of .file, .include and .incbin directives to
allow escaped octal character sequences.
The patch was discussed in Phabricator. See:
http://llvm-reviews.chandlerc.com/D1289
llvm-svn: 190089
|
2013-09-05 19:14:26 +00:00 |
Kevin Enderby
|
ad41ab5015
|
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 |
Kevin Enderby
|
109f25c966
|
Add the .incbin directive which takes the binary data from a file and emits
it to the streamer. rdar://10383898
llvm-svn: 146592
|
2011-12-14 21:47:48 +00:00 |