Chad Rosier
|
879edcd1a4
|
Fail these tests in a way that doesn't cause unexpected successes, per Daniel's
suggestion.
llvm-svn: 173367
|
2013-01-24 20:46:39 +00:00 |
Chad Rosier
|
709863514e
|
Temporarily XFAIL this test; the compiler will segfault if the target-specific
parser is not included in the compiler. Thanks to Renato for discovering the
underlying issue.
llvm-svn: 173365
|
2013-01-24 20:33:35 +00:00 |
Chad Rosier
|
e3aac2c864
|
[ms-inline asm] Remove the -fenable-experimental-ms-inline-asm flag. MS-style
inline assembly can be enable with -fasm-blocks or -fms-extensions alone.
llvm-svn: 173186
|
2013-01-22 19:38:32 +00:00 |
Chad Rosier
|
92c487d13c
|
[ms-inline asm] Test case for r172773.
llvm-svn: 172774
|
2013-01-18 00:51:29 +00:00 |
Chad Rosier
|
e343bc83f0
|
[ms-inline asm] Updates and test case for r172743.
Part of rdar://12576868
llvm-svn: 172744
|
2013-01-17 19:22:48 +00:00 |
Chad Rosier
|
61b2f2bc9e
|
[ms-inline asm] Test case for r170037.
llvm-svn: 170038
|
2012-12-12 22:46:23 +00:00 |
Chad Rosier
|
c8e56e8931
|
[driver, ms-inline asm] MS-Style inline assembly is controlled by the
-fasm-blocks flag, not the -fms-extensions flag.
rdar://12808010
llvm-svn: 169422
|
2012-12-05 21:08:21 +00:00 |
Chad Rosier
|
0130f82ccc
|
[ms-inline asm] Add test case for r166792.
llvm-svn: 166793
|
2012-10-26 18:33:59 +00:00 |
David Tweed
|
89206b6214
|
These tests require an actual x86 registered target, so mark them as such. Tested on ARM.
Patch by Joey Gouly.
llvm-svn: 166765
|
2012-10-26 10:17:44 +00:00 |
Eli Friedman
|
d5d136be5b
|
[ms-inline-asm] Add handling for errors coming out of the backend.
llvm-svn: 166463
|
2012-10-23 02:43:30 +00:00 |
Bob Wilson
|
317be45091
|
Replace an assertion with an error for empty __asm statements.
llvm-svn: 164551
|
2012-09-24 19:57:59 +00:00 |