]> granicus.if.org Git - clang/commitdiff
Make tbm-builtins.c as X86 specific unit test
authorSumanth Gundapaneni <sgundapa@codeaurora.org>
Mon, 23 Nov 2015 17:33:49 +0000 (17:33 +0000)
committerSumanth Gundapaneni <sgundapa@codeaurora.org>
Mon, 23 Nov 2015 17:33:49 +0000 (17:33 +0000)
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

index dc4d50dbb9e8521c0a02782e3557662c1d312901..29e147a1aff742362e0e0e4b616bf30b7118a048 100644 (file)
@@ -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