Chandler Carruth
|
98e5006d92
|
Use raw_ostream and Format.h on Windows so that we don't have to roll
our own portability system to cope without snprintf.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@207389 91177308-0d34-0410-b5e6-96231b3b80d8
|
2014-04-28 01:57:46 +00:00 |
|
Chandler Carruth
|
d1536b3088
|
Update the Windows TimeValue formatting to match the new formatting on
Unix-like OSes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@207388 91177308-0d34-0410-b5e6-96231b3b80d8
|
2014-04-28 01:24:35 +00:00 |
|
Reid Kleckner
|
29a60e6deb
|
Rename Windows.h to WindowsSupport.h to avoid ambiguity
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@201258 91177308-0d34-0410-b5e6-96231b3b80d8
|
2014-02-12 21:26:20 +00:00 |
|
David Majnemer
|
bf80b3cead
|
Windows: Fix a typo in an assert
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@192564 91177308-0d34-0410-b5e6-96231b3b80d8
|
2013-10-14 01:17:32 +00:00 |
|
Will Dietz
|
e3ba15c794
|
Add missing #include's to cctype when using isdigit/alpha/etc.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@192519 91177308-0d34-0410-b5e6-96231b3b80d8
|
2013-10-12 00:55:57 +00:00 |
|
NAKAMURA Takumi
|
99a8b54840
|
Windows/TimeValue.inc: Mute prefixed '0' on %d to emulate %e.
It fixes compatibility in llvm/test/Object/archive-toc.test.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@186142 91177308-0d34-0410-b5e6-96231b3b80d8
|
2013-07-12 02:13:03 +00:00 |
|
Rafael Espindola
|
73480481f4
|
Add back code for supporting old mingw versions. Should bring the bots back.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@186096 91177308-0d34-0410-b5e6-96231b3b80d8
|
2013-07-11 16:11:21 +00:00 |
|
Rafael Espindola
|
978e17e15d
|
Looks like some versions of mingw don't have errno_t. Use int.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@186092 91177308-0d34-0410-b5e6-96231b3b80d8
|
2013-07-11 15:47:04 +00:00 |
|
Rafael Espindola
|
71857ccdb8
|
Fix a FIXME about the format and add a test.
While at it, use strftime on Unix too and use the thread safe versions
of localtime.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@186090 91177308-0d34-0410-b5e6-96231b3b80d8
|
2013-07-11 15:35:23 +00:00 |
|
Michael J. Spencer
|
1f6efa3996
|
Merge System into Support.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120298 91177308-0d34-0410-b5e6-96231b3b80d8
|
2010-11-29 18:16:10 +00:00 |
|