forked from OSchip/llvm-project
Make tbm-builtins.c as X86 specific unit test
Differential Revision: http://reviews.llvm.org/D14887 llvm-svn: 253887
This commit is contained in:
parent
4dff875259
commit
c61c08e618
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue