summaryrefslogtreecommitdiff
path: root/test/ASTMerge
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2015-06-01 19:46:36 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2015-06-01 19:46:36 +0000
commitfecda7a99c7dc2d44e2652a9158dfa86b997afab (patch)
tree5490c1456a11a338eeee0ae519493f84b9fe79a9 /test/ASTMerge
parent93a42cb8d73d6b0cf343761313eb9de8620db99a (diff)
Revert "[Hexagon] Test passes for hexagon target now that the backend correctly generates relocations."
This reverts commit r238754. It depends on r238748, which was reverted. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@238773 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