From: Rick Foos Date: Wed, 29 Apr 2015 22:54:40 +0000 (+0000) Subject: XFAIL Hexagon until more codegen in place. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f6dfb10742fe2954dc75d04a29bbf14150ab883a;p=clang 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 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@236173 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/ASTMerge/codegen-body.c b/test/ASTMerge/codegen-body.c index 7232bf4164..a5c260cd91 100644 --- a/test/ASTMerge/codegen-body.c +++ b/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 diff --git a/test/CodeGenCXX/copy-constructor-synthesis-2.cpp b/test/CodeGenCXX/copy-constructor-synthesis-2.cpp index 516aab4bbc..7969755a7b 100644 --- a/test/CodeGenCXX/copy-constructor-synthesis-2.cpp +++ b/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 {