r238948 - [Hexagon] Reapply 238773 after fix to LLVM.

Colin LeMahieu colinl at codeaurora.org
Wed Jun 3 10:34:22 PDT 2015


Author: colinl
Date: Wed Jun  3 12:34:22 2015
New Revision: 238948

URL: http://llvm.org/viewvc/llvm-project?rev=238948&view=rev
Log:
[Hexagon] Reapply 238773 after fix to LLVM.

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=238948&r1=238947&r2=238948&view=diff
==============================================================================
--- cfe/trunk/test/ASTMerge/codegen-body.c (original)
+++ cfe/trunk/test/ASTMerge/codegen-body.c Wed Jun  3 12:34:22 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