summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSumanth Gundapaneni <sgundapa@codeaurora.org>2015-11-23 17:33:49 +0000
committerSumanth Gundapaneni <sgundapa@codeaurora.org>2015-11-23 17:33:49 +0000
commitc61c08e618ae93c0a4586e20cf480ed1ac7bf7b6 (patch)
treeba30a7db836d0baaa99014430087fec96b5dc563
parent4dff875259d315005e2bb90a11a5472108c9a3e3 (diff)
downloadbcm5719-llvm-c61c08e618ae93c0a4586e20cf480ed1ac7bf7b6.tar.gz
bcm5719-llvm-c61c08e618ae93c0a4586e20cf480ed1ac7bf7b6.zip
Make tbm-builtins.c as X86 specific unit test
Differential Revision: http://reviews.llvm.org/D14887 llvm-svn: 253887
-rw-r--r--clang/test/CodeGen/tbm-builtins.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/clang/test/CodeGen/tbm-builtins.c b/clang/test/CodeGen/tbm-builtins.c
index dc4d50dbb9e..29e147a1aff 100644
--- a/clang/test/CodeGen/tbm-builtins.c
+++ b/clang/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
OpenPOWER on IntegriCloud