[cfe-commits] [PATCH] Windows test fixes
John Thompson
john.thompson.jtsoftware at gmail.com
Tue Oct 13 09:34:10 PDT 2009
For your approval, here's another batch of fixes related to getting the
tests to pass on Windows.
A summary:
lib/Headers/stdint.h:
There is no stdint.h in VC++. This uses the defines from the target.
test/Codegen/builtins-powi.c:
test/Codegen/builtins.c:
test/CodeGen/const-init.c:
test/CodeGen/mandel.c:
Removed math.h include due to problem in VC++ math.h. (I'll post a question
about math.h later today.)
test/Driver/dragonfly.c:
test/Driver/freebsd.c:
test/Driver/openbsd.c:
test/Driver/pth.c:
test/Lexer/11-27-2007-FloatLiterals.c:
Converted to FileCheck.
lib/Frontend/InitHeaderSearch.cpp:
The '#include <reloc2.h>" in reloc.h couldn't be found.
I believe this also will facilitate cross-compilation on Windows,
allowing folks on Windows to set up some Unix-like include file directories.
-John
--
John Thompson
John.Thompson.JTSoftware at gmail.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20091013/fdc441fe/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: win32tests1.patch
Type: application/octet-stream
Size: 7449 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20091013/fdc441fe/attachment.obj>
More information about the cfe-commits
mailing list