r245462 - Add REQUIRES: x86-registered-target to test since it's required.

Yaron Keren via cfe-commits cfe-commits at lists.llvm.org
Wed Aug 19 10:18:32 PDT 2015


Author: yrnkrn
Date: Wed Aug 19 12:18:32 2015
New Revision: 245462

URL: http://llvm.org/viewvc/llvm-project?rev=245462&view=rev
Log:
Add REQUIRES: x86-registered-target to test since it's required.


Modified:
    cfe/trunk/test/CodeGen/mingw-long-double-size.c

Modified: cfe/trunk/test/CodeGen/mingw-long-double-size.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGen/mingw-long-double-size.c?rev=245462&r1=245461&r2=245462&view=diff
==============================================================================
--- cfe/trunk/test/CodeGen/mingw-long-double-size.c (original)
+++ cfe/trunk/test/CodeGen/mingw-long-double-size.c Wed Aug 19 12:18:32 2015
@@ -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




More information about the cfe-commits mailing list