projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a675077
)
[Hexagon] Reapply 238773 after fix to LLVM.
author
Colin LeMahieu
<colinl@codeaurora.org>
Wed, 3 Jun 2015 17:34:22 +0000
(17:34 +0000)
committer
Colin LeMahieu
<colinl@codeaurora.org>
Wed, 3 Jun 2015 17:34:22 +0000
(17:34 +0000)
llvm-svn: 238948
clang/test/ASTMerge/codegen-body.c
patch
|
blob
|
history
diff --git
a/clang/test/ASTMerge/codegen-body.c
b/clang/test/ASTMerge/codegen-body.c
index
a5c260c
..
7232bf4
100644
(file)
--- a/
clang/test/ASTMerge/codegen-body.c
+++ b/
clang/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