From 4be9157b3f0faa22226840a98e9752a95246009d Mon Sep 17 00:00:00 2001 From: Sumanth Gundapaneni Date: Mon, 23 Nov 2015 17:33:49 +0000 Subject: [PATCH] Make tbm-builtins.c as X86 specific unit test Differential Revision: http://reviews.llvm.org/D14887 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@253887 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/tbm-builtins.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/CodeGen/tbm-builtins.c b/test/CodeGen/tbm-builtins.c index dc4d50dbb9..29e147a1af 100644 --- a/test/CodeGen/tbm-builtins.c +++ b/test/CodeGen/tbm-builtins.c @@ -1,5 +1,7 @@ // RUN: %clang_cc1 %s -O3 -triple=x86_64-unknown-unknown -target-feature +tbm -emit-llvm -o - | FileCheck %s // FIXME: The code generation checks for add/sub and/or are depending on the optimizer. +// The REQUIRES keyword will be removed when the FIXME is complete. +// REQUIRES: x86-registered-target // Don't include mm_malloc.h, it's system specific. #define __MM_MALLOC_H -- 2.40.0