]> granicus.if.org Git - clang/commitdiff
XFAIL Hexagon until more codegen in place.
authorRick Foos <rfoos@codeaurora.org>
Wed, 29 Apr 2015 22:54:40 +0000 (22:54 +0000)
committerRick Foos <rfoos@codeaurora.org>
Wed, 29 Apr 2015 22:54:40 +0000 (22:54 +0000)
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

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

index 7232bf4164b58705f35f6cc9fdebd62fdd230d94..a5c260cd91bb11b5fffd616e360d858598af06c8 100644 (file)
@@ -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 516aab4bbca4780e162abd832c956b93cdafe074..7969755a7bf447d31b705db21f34b8d47febf157 100644 (file)
@@ -1,3 +1,4 @@
+// XFAIL: hexagon
 // RUN: %clang_cc1 -triple %itanium_abi_triple -std=c++11 -emit-llvm -o - %s | FileCheck %s
 
 union PR23373 {