Windows/DynamicLibrary.inc: Split explicit symbols into explicit_symbols.inc.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Sat, 5 Feb 2011 15:11:53 +0000 (15:11 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Sat, 5 Feb 2011 15:11:53 +0000 (15:11 +0000)
commit1f6832a858db891b7a7b08d438afb373eefa628c
treeb802e1bb509139b99638338ed30f46ad73f468d0
parent3f4be4fb86172e6b87a457b338483efc0c1efd05
Windows/DynamicLibrary.inc: Split explicit symbols into explicit_symbols.inc.

config.h.* have conditions whether each symbol is defined or not.
Autoconf and CMake may check symbols in libgcc.a for JIT on Mingw.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@124950 91177308-0d34-0410-b5e6-96231b3b80d8
autoconf/configure.ac
cmake/config-ix.cmake
configure
include/llvm/Config/config.h.cmake
include/llvm/Config/config.h.in
lib/Support/Windows/DynamicLibrary.inc
lib/Support/Windows/explicit_symbols.inc [new file with mode: 0644]