[PATCH] D14887: Make tbm-builtins.c as X86 specific unit test
Sumanth Gundapaneni via cfe-commits
cfe-commits at lists.llvm.org
Mon Nov 23 09:36:37 PST 2015
This revision was automatically updated to reflect the committed changes.
Closed by commit rL253887: Make tbm-builtins.c as X86 specific unit test (authored by sgundapa).
Changed prior to commit:
http://reviews.llvm.org/D14887?vs=40824&id=40940#toc
Repository:
rL LLVM
http://reviews.llvm.org/D14887
Files:
cfe/trunk/test/CodeGen/tbm-builtins.c
Index: cfe/trunk/test/CodeGen/tbm-builtins.c
===================================================================
--- cfe/trunk/test/CodeGen/tbm-builtins.c
+++ cfe/trunk/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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D14887.40940.patch
Type: text/x-patch
Size: 595 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20151123/cba10505/attachment.bin>
More information about the cfe-commits
mailing list