From: Colin LeMahieu Date: Mon, 1 Jun 2015 15:47:46 +0000 (+0000) Subject: [Hexagon] Test passes for hexagon target now that the backend correctly generates... X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e85594222ab200cd3e7603529bd486e1d53aaca3;p=clang [Hexagon] Test passes for hexagon target now that the backend correctly generates relocations. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@238754 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/ASTMerge/codegen-body.c b/test/ASTMerge/codegen-body.c index a5c260cd91..7232bf4164 100644 --- a/test/ASTMerge/codegen-body.c +++ b/test/ASTMerge/codegen-body.c @@ -1,4 +1,3 @@ -// 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