[PATCH] XFAIL Hexagon until more codegen in place.

Rick Foos rfoos at codeaurora.org
Wed Apr 29 15:47:01 PDT 2015


Hexagon is being updated, but there is not enough to pass these tests.
These sections are now on top of Colin's list.

http://reviews.llvm.org/D9356

Files:
  test/ASTMerge/codegen-body.c
  test/CodeGenCXX/copy-constructor-synthesis-2.cpp

Index: test/ASTMerge/codegen-body.c
===================================================================
--- test/ASTMerge/codegen-body.c
+++ test/ASTMerge/codegen-body.c
@@ -1,3 +1,4 @@
+// XFAIL: hexagon
 // RUN: %clang_cc1 -emit-pch -o %t.1.ast %S/Inputs/body1.c
 // RUN: %clang_cc1 -emit-pch -o %t.2.ast %S/Inputs/body2.c
 // RUN: %clang_cc1 -emit-obj -o /dev/null -ast-merge %t.1.ast -ast-merge %t.2.ast %s
Index: test/CodeGenCXX/copy-constructor-synthesis-2.cpp
===================================================================
--- test/CodeGenCXX/copy-constructor-synthesis-2.cpp
+++ test/CodeGenCXX/copy-constructor-synthesis-2.cpp
@@ -1,3 +1,4 @@
+// XFAIL: hexagon
 // RUN: %clang_cc1 -triple %itanium_abi_triple -std=c++11 -emit-llvm -o - %s | FileCheck %s
 
 union PR23373 {

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D9356.24665.patch
Type: text/x-patch
Size: 788 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20150429/f268b4f8/attachment.bin>


More information about the cfe-commits mailing list