]> granicus.if.org Git - clang/commitdiff
[Hexagon] Test passes for hexagon target now that the backend correctly generates...
authorColin LeMahieu <colinl@codeaurora.org>
Mon, 1 Jun 2015 15:47:46 +0000 (15:47 +0000)
committerColin LeMahieu <colinl@codeaurora.org>
Mon, 1 Jun 2015 15:47:46 +0000 (15:47 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@238754 91177308-0d34-0410-b5e6-96231b3b80d8

test/ASTMerge/codegen-body.c

index a5c260cd91bb11b5fffd616e360d858598af06c8..7232bf4164b58705f35f6cc9fdebd62fdd230d94 100644 (file)
@@ -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