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:
b4ffb5d
)
Enabling this test again on mingw. The problem seems to happen when
author
Yaron Keren
<yaron.keren@gmail.com>
Thu, 18 Dec 2014 12:13:14 +0000
(12:13 +0000)
committer
Yaron Keren
<yaron.keren@gmail.com>
Thu, 18 Dec 2014 12:13:14 +0000
(12:13 +0000)
two identical module.modulemap are available on the include path and
so should be fixed in the mingw driver include dies, when we'll have it.
llvm-svn: 224515
clang/test/Modules/compiler_builtins.m
patch
|
blob
|
history
diff --git
a/clang/test/Modules/compiler_builtins.m
b/clang/test/Modules/compiler_builtins.m
index
03ceeb9
..
4b8cb5b
100644
(file)
--- a/
clang/test/Modules/compiler_builtins.m
+++ b/
clang/test/Modules/compiler_builtins.m
@@
-1,4
+1,3
@@
-// XFAIL:mingw32,windows-gnu
// RUN: rm -rf %t
// RUN: %clang -fsyntax-only -fmodules -fmodules-cache-path=%t -D__need_wint_t %s -Xclang -verify
// RUN: %clang -fsyntax-only -std=c99 -fmodules -fmodules-cache-path=%t -D__need_wint_t %s -Xclang -verify