r236173 - XFAIL Hexagon until more codegen in place.

Rick Foos rfoos at codeaurora.org
Wed Apr 29 15:54:40 PDT 2015


Author: rfoos
Date: Wed Apr 29 17:54:40 2015
New Revision: 236173

URL: http://llvm.org/viewvc/llvm-project?rev=236173&view=rev
Log:
XFAIL Hexagon until more codegen in place.

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

Test Plan: Ran changes on hexagon-build-03.

Reviewers: colinl, rfoos

Reviewed By: rfoos

Subscribers: cfe-commits

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

Modified:
    cfe/trunk/test/ASTMerge/codegen-body.c
    cfe/trunk/test/CodeGenCXX/copy-constructor-synthesis-2.cpp

Modified: cfe/trunk/test/ASTMerge/codegen-body.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/ASTMerge/codegen-body.c?rev=236173&r1=236172&r2=236173&view=diff
==============================================================================
--- cfe/trunk/test/ASTMerge/codegen-body.c (original)
+++ cfe/trunk/test/ASTMerge/codegen-body.c Wed Apr 29 17:54:40 2015
@@ -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

Modified: cfe/trunk/test/CodeGenCXX/copy-constructor-synthesis-2.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGenCXX/copy-constructor-synthesis-2.cpp?rev=236173&r1=236172&r2=236173&view=diff
==============================================================================
--- cfe/trunk/test/CodeGenCXX/copy-constructor-synthesis-2.cpp (original)
+++ cfe/trunk/test/CodeGenCXX/copy-constructor-synthesis-2.cpp Wed Apr 29 17:54:40 2015
@@ -1,3 +1,4 @@
+// XFAIL: hexagon
 // RUN: %clang_cc1 -triple %itanium_abi_triple -std=c++11 -emit-llvm -o - %s | FileCheck %s
 
 union PR23373 {





More information about the cfe-commits mailing list