Joerg Sonnenberger
|
74ba2623ce
|
Reapply 131644 including the missing header changes:
Introduce -fatal-assembler-warnings for the obvious purpose
llvm-svn: 131655
|
2011-05-19 18:00:13 +00:00 |
Eli Friedman
|
3e2f17499e
|
Revert r131644; it's breaking the build.
llvm-svn: 131653
|
2011-05-19 17:48:09 +00:00 |
Joerg Sonnenberger
|
59b523169f
|
Introduce -fatal-assembler-warnings for the obvious purpose
llvm-svn: 131644
|
2011-05-19 17:27:01 +00:00 |
Stuart Hastings
|
12d5312622
|
Reapply 127939 since Daniel fixed the breakage. <rdar://problem/9012638>
llvm-svn: 127944
|
2011-03-19 02:42:31 +00:00 |
Stuart Hastings
|
08b4daa191
|
Revert 127939. <rdar://problem/9012638>
llvm-svn: 127943
|
2011-03-19 02:33:56 +00:00 |
Stuart Hastings
|
83d4a28d1f
|
Revise r126127 to address Daniel's comments. <rdar://problem/9012638>
llvm-svn: 127939
|
2011-03-19 01:32:01 +00:00 |
Daniel Dunbar
|
f1d62cfc8f
|
MC/Mach-O: Fix regression introduced in r126127, this assignment shouldn't have
been removed.
llvm-svn: 127812
|
2011-03-17 16:25:24 +00:00 |
Jim Grosbach
|
14be61aeee
|
Darwin 'as' silently ignores the '.ident' directive.
llvm-svn: 127258
|
2011-03-08 19:17:19 +00:00 |
Bill Wendling
|
5391eb61fb
|
Fix spelling.
llvm-svn: 116804
|
2010-10-19 10:18:23 +00:00 |
Daniel Dunbar
|
8897d479b5
|
MC/AsmParser: Stop playing unsafe member function pointer calls, this isn't
portable enough.
- Downside is we now double dispatch through a stub function, but this isn't
performance critical.
llvm-svn: 108661
|
2010-07-18 22:22:07 +00:00 |
Daniel Dunbar
|
40a564f09f
|
MC/AsmParser: Fix .abort and .secure_log_unique to accept arbitrary token
sequences, not just strings.
llvm-svn: 108655
|
2010-07-18 20:15:59 +00:00 |
Daniel Dunbar
|
0cb91cfc74
|
MC/AsmParser: Move Darwin specific parse to DarwinAsmParser.cpp.
llvm-svn: 108193
|
2010-07-12 20:51:51 +00:00 |