From fecda7a99c7dc2d44e2652a9158dfa86b997afab Mon Sep 17 00:00:00 2001 From: Rafael Espindola Date: Mon, 1 Jun 2015 19:46:36 +0000 Subject: [PATCH] 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 --- test/ASTMerge/codegen-body.c | 1 + 1 file changed, 1 insertion(+) 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 -- 2.50.1