From ed5d70eae8e393b9572ece4bf2a7829a56d67c92 Mon Sep 17 00:00:00 2001 From: Eric Christopher Date: Fri, 16 Oct 2015 00:14:36 +0000 Subject: [PATCH] Mark this test as requiring and x86 registered target. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@250475 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/target-builtin-noerror.c | 1 + 1 file changed, 1 insertion(+) diff --git a/test/CodeGen/target-builtin-noerror.c b/test/CodeGen/target-builtin-noerror.c index fd9f68e5b4..569fb0a60a 100644 --- a/test/CodeGen/target-builtin-noerror.c +++ b/test/CodeGen/target-builtin-noerror.c @@ -1,3 +1,4 @@ +// REQUIRES: x86-registered-target // RUN: %clang_cc1 %s -triple=x86_64-linux-gnu -S -o - #define __MM_MALLOC_H -- 2.50.1