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 | cc59e91a50dae1e0fdcbb0757a69a2941b2ba69c (patch) | |
tree | 6bf0771ce3da6ca30e68c0b36c3dc1ed37f911ad /test/CodeGen/ms-inline-asm.c | |
parent | 98cfcbf2aeff03d40575ab79b03e6baeff4e3570 (diff) |
clang/test/CodeGen/ms-inline-asm.c: It requires x86 codegen. Reported by Joey Gouly.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@164775 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/ms-inline-asm.c')
-rw-r--r-- | test/CodeGen/ms-inline-asm.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CodeGen/ms-inline-asm.c b/test/CodeGen/ms-inline-asm.c index b6bc3853f5..5d43163116 100644 --- a/test/CodeGen/ms-inline-asm.c +++ b/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() { |