r238754 - [Hexagon] Test passes for hexagon target now that the backend correctly generates relocations.

Colin LeMahieu colinl at codeaurora.org
Mon Jun 1 08:47:47 PDT 2015


Author: colinl
Date: Mon Jun  1 10:47:46 2015
New Revision: 238754

URL: http://llvm.org/viewvc/llvm-project?rev=238754&view=rev
Log:
[Hexagon] Test passes for hexagon target now that the backend correctly generates relocations.

Modified:
    cfe/trunk/test/ASTMerge/codegen-body.c

Modified: cfe/trunk/test/ASTMerge/codegen-body.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/ASTMerge/codegen-body.c?rev=238754&r1=238753&r2=238754&view=diff
==============================================================================
--- cfe/trunk/test/ASTMerge/codegen-body.c (original)
+++ cfe/trunk/test/ASTMerge/codegen-body.c Mon Jun  1 10:47:46 2015
@@ -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





More information about the cfe-commits mailing list