Yunzhong Gao
|
ed119820f2
|
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
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@190089 91177308-0d34-0410-b5e6-96231b3b80d8
|
2013-09-05 19:14:26 +00:00 |
|
Daniel Dunbar
|
e2ace509fc
|
llvm-mc: Simplify EmitAssignment ('.set' is identical to '=').
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80577 91177308-0d34-0410-b5e6-96231b3b80d8
|
2009-08-31 08:09:09 +00:00 |
|
Daniel Dunbar
|
b4b53e5c13
|
llvm-mc: Add -triple, and start fetching the target asm printer.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76257 91177308-0d34-0410-b5e6-96231b3b80d8
|
2009-07-17 22:38:58 +00:00 |
|
Chris Lattner
|
8e25e2d801
|
implement .include in the lexer/parser instead of passing it into the streamer.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75896 91177308-0d34-0410-b5e6-96231b3b80d8
|
2009-07-16 06:14:39 +00:00 |
|
Kevin Enderby
|
1f049b24c7
|
Added llvm-mc support for parsing the .include directive.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75711 91177308-0d34-0410-b5e6-96231b3b80d8
|
2009-07-14 23:21:55 +00:00 |
|