Make tbm-builtins.c as X86 specific unit test

Differential Revision: http://reviews.llvm.org/D14887

llvm-svn: 253887
This commit is contained in:
Sumanth Gundapaneni 2015-11-23 17:33:49 +00:00
parent 4dff875259
commit c61c08e618
1 changed files with 2 additions and 0 deletions

View 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