| commit | ed94324e70729c651ae13801e0e04c601988c530 | [log] [tgz] |
|---|---|---|
| author | Chad Rosier <mcrosier@apple.com> | Fri Jul 20 21:20:33 2012 +0000 |
| committer | Chad Rosier <mcrosier@apple.com> | Fri Jul 20 21:20:33 2012 +0000 |
| tree | f9a6d38a99ab15407f96fbd78882a7903111b54d | |
| parent | 1f41bf0c3f44ac457b9c1da7fc0d18b7d35e8a6f [diff] |
Add a new flag, -fms-inline-asm, that enables the output of MS-style inline assembly. By default, we don't emit IR for MS-style inline assembly (see r158833 as to why). This is strictly for testing purposes and should not be enabled with the expectation that things will work. This is a temporary flag and will be removed once MS-style inline assembly is fully supported. llvm-svn: 160573