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

Rafael Espindola rafael.espindola at gmail.com
Mon Jun 1 12:46:36 PDT 2015


Author: rafael
Date: Mon Jun  1 14:46:36 2015
New Revision: 238773

URL: http://llvm.org/viewvc/llvm-project?rev=238773&view=rev
Log:
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.

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=238773&r1=238772&r2=238773&view=diff
==============================================================================
--- cfe/trunk/test/ASTMerge/codegen-body.c (original)
+++ cfe/trunk/test/ASTMerge/codegen-body.c Mon Jun  1 14:46:36 2015
@@ -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





More information about the cfe-commits mailing list