llvm-6502/lib
NAKAMURA Takumi e29b0aca51 lib/Support/Errno.cpp: Check strerror_s() with HAVE_DECL_STRERROR_S in config.h.*.
AC_CHECK_FUNCS seeks a symbol only in libs. We should check the declaration in string.h.

FIXME: I have never seen mingw(s) have strerror_s() (not _strerror_s()).
FIXME: Autoconf/CMake may seek strerror_s() with the definition MINGW_HAS_SECURE_API in future.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@125172 91177308-0d34-0410-b5e6-96231b3b80d8
2011-02-09 04:18:48 +00:00
..
Analysis
Archive
AsmParser
Bitcode
CodeGen Evict a lighter single interference before attempting to split a live range. 2011-02-09 01:14:03 +00:00
CompilerDriver
ExecutionEngine
Linker
MC Support for .ifdef / .ifndef in the assembler parser. Patch by Joerg Sonnenberger. 2011-02-08 22:29:56 +00:00
Object
Support lib/Support/Errno.cpp: Check strerror_s() with HAVE_DECL_STRERROR_S in config.h.*. 2011-02-09 04:18:48 +00:00
Target Revert both r121082 (which broke a bunch of constant pool stuff) and r125074 (which worked around it). This should get us back to the old, correct behavior, though it will make the integrated assembler unhappy for the time being. 2011-02-08 22:39:40 +00:00
Transforms Don't split any loop backedges, including backedges of loops other than 2011-02-08 00:55:13 +00:00
VMCore fix comment change. 2011-02-07 20:03:14 +00:00
Makefile