diff options
Diffstat (limited to 'clang/test/Misc/cc1as-asm.s')
| -rw-r--r-- | clang/test/Misc/cc1as-asm.s | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/clang/test/Misc/cc1as-asm.s b/clang/test/Misc/cc1as-asm.s new file mode 100644 index 00000000000..af92644073a --- /dev/null +++ b/clang/test/Misc/cc1as-asm.s @@ -0,0 +1,3 @@ +// Run cc1as asm output path just to make sure it works +// REQUIRES: x86-registered-target +// RUN: %clang -cc1as -triple x86_64-apple-macosx10.10.0 -filetype asm %s -o /dev/null |

