diff options
author | Chad Rosier <mcrosier@apple.com> | 2013-01-22 21:39:58 +0000 |
---|---|---|
committer | Chad Rosier <mcrosier@apple.com> | 2013-01-22 21:39:58 +0000 |
commit | 10280a5ef4b090f810f70e08cbed743a66ab3a23 (patch) | |
tree | c9ce2c91192de8a6501cfb7321e49df885b29f85 /clang/test/Parser/ms-inline-asm.c | |
parent | 88c0ec826c47a11175dba0d54224bd83f64f4941 (diff) | |
download | bcm5719-llvm-10280a5ef4b090f810f70e08cbed743a66ab3a23.tar.gz bcm5719-llvm-10280a5ef4b090f810f70e08cbed743a66ab3a23.zip |
Add a triple, per Ben's suggestion.
llvm-svn: 173198
Diffstat (limited to 'clang/test/Parser/ms-inline-asm.c')
-rw-r--r-- | clang/test/Parser/ms-inline-asm.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/clang/test/Parser/ms-inline-asm.c b/clang/test/Parser/ms-inline-asm.c index 321cb6d6440..3c0bae6c345 100644 --- a/clang/test/Parser/ms-inline-asm.c +++ b/clang/test/Parser/ms-inline-asm.c @@ -1,5 +1,4 @@ -// REQUIRES: x86-registered-target -// RUN: %clang_cc1 %s -verify -fasm-blocks +// RUN: %clang_cc1 %s -triple i386-apple-darwin10 -verify -fasm-blocks #define M __asm int 0x2c #define M2 int |