summaryrefslogtreecommitdiffstats
path: root/test/ASTMerge
diff options
context:
space:
mode:
authorRick Foos <rfoos@codeaurora.org>2015-04-29 22:54:40 +0000
committerRick Foos <rfoos@codeaurora.org>2015-04-29 22:54:40 +0000
commitf6dfb10742fe2954dc75d04a29bbf14150ab883a (patch)
tree77b6fb00434354cfcf39b9672e76a6e9af161f7c /test/ASTMerge
parentad68d1bbcfe78bfa1ec74db68dbca7bad57362e9 (diff)
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
Diffstat (limited to 'test/ASTMerge')
-rw-r--r--test/ASTMerge/codegen-body.c1
1 files changed, 1 insertions, 0 deletions
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