r250475 - Mark this test as requiring and x86 registered target.

Eric Christopher via cfe-commits cfe-commits at lists.llvm.org
Thu Oct 15 17:14:36 PDT 2015


Author: echristo
Date: Thu Oct 15 19:14:36 2015
New Revision: 250475

URL: http://llvm.org/viewvc/llvm-project?rev=250475&view=rev
Log:
Mark this test as requiring and x86 registered target.

Modified:
    cfe/trunk/test/CodeGen/target-builtin-noerror.c

Modified: cfe/trunk/test/CodeGen/target-builtin-noerror.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGen/target-builtin-noerror.c?rev=250475&r1=250474&r2=250475&view=diff
==============================================================================
--- cfe/trunk/test/CodeGen/target-builtin-noerror.c (original)
+++ cfe/trunk/test/CodeGen/target-builtin-noerror.c Thu Oct 15 19:14:36 2015
@@ -1,3 +1,4 @@
+// REQUIRES: x86-registered-target
 // RUN: %clang_cc1 %s -triple=x86_64-linux-gnu -S -o -
 #define __MM_MALLOC_H
 




More information about the cfe-commits mailing list