diff options
-rw-r--r-- | clang/test/CodeGen/mingw-long-double-size.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/test/CodeGen/mingw-long-double-size.c b/clang/test/CodeGen/mingw-long-double-size.c index 5e72da6a7e1..dd1ffcb5ed8 100644 --- a/clang/test/CodeGen/mingw-long-double-size.c +++ b/clang/test/CodeGen/mingw-long-double-size.c @@ -1,3 +1,4 @@ +// REQUIRES: x86-registered-target // RUN: %clang_cc1 -triple i686-pc-windows-gnu -S %s -o - | FileCheck %s -check-prefix=CHECK_I686 // CHECK_I686: lda,12 // RUN: %clang_cc1 -triple x86_64-pc-windows-gnu -S %s -o - | FileCheck %s -check-prefix=CHECK_X86_64 |