diff options
| author | NAKAMURA Takumi <geek4civic@gmail.com> | 2012-09-27 14:55:08 +0000 |
|---|---|---|
| committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2012-09-27 14:55:08 +0000 |
| commit | 6bbfd1aeca463f5269ad3ad6e33d26bfa53c0487 (patch) | |
| tree | 07d123253e5030afee95bb1713bae7d8f2bbfa3b | |
| parent | 07c22b78e5a61e7177ffba0fe5f4c46c637af154 (diff) | |
| download | bcm5719-llvm-6bbfd1aeca463f5269ad3ad6e33d26bfa53c0487.tar.gz bcm5719-llvm-6bbfd1aeca463f5269ad3ad6e33d26bfa53c0487.zip | |
clang/test/CodeGen/ms-inline-asm.c: It requires x86 codegen. Reported by Joey Gouly.
llvm-svn: 164775
| -rw-r--r-- | clang/test/CodeGen/ms-inline-asm.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/test/CodeGen/ms-inline-asm.c b/clang/test/CodeGen/ms-inline-asm.c index b6bc3853f5c..5d43163116e 100644 --- a/clang/test/CodeGen/ms-inline-asm.c +++ b/clang/test/CodeGen/ms-inline-asm.c @@ -1,3 +1,4 @@ +// REQUIRES: x86-64-registered-target // RUN: %clang_cc1 %s -triple x86_64-apple-darwin10 -O0 -fms-extensions -fenable-experimental-ms-inline-asm -w -emit-llvm -o - | FileCheck %s void t1() { |

