llvm-6502/include/llvm/Config
Reid Kleckner 3e53241fea Check for _strtoi64 in the cmake build if strtoll is missing
Previously this check was guarded by MSVC, which doesn't distinguish
between the compiler and the headers/library.  This enables clang to
compile more of LLVM on Windows with Microsoft headers.

Remove some unused macros while I'm here: error_t and LTDL stuff.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@187839 91177308-0d34-0410-b5e6-96231b3b80d8
2013-08-07 00:29:15 +00:00
..
AsmParsers.def.in replace a couple of single-line comments with /* */ to fix the build of stuff depending on the C headers 2012-09-02 14:19:21 +00:00
AsmPrinters.def.in replace a couple of single-line comments with /* */ to fix the build of stuff depending on the C headers 2012-09-02 14:19:21 +00:00
config.h.cmake Check for _strtoi64 in the cmake build if strtoll is missing 2013-08-07 00:29:15 +00:00
config.h.in Link with -rdynamic instead of -Wl,-export-dynamic. 2013-08-02 22:51:06 +00:00
Disassemblers.def.in replace a couple of single-line comments with /* */ to fix the build of stuff depending on the C headers 2012-09-02 14:19:21 +00:00
llvm-config.h.cmake Don't define LLVM_LIBDIR, it is not used anymore. 2013-06-11 18:52:11 +00:00
llvm-config.h.in Don't define LLVM_LIBDIR, it is not used anymore. 2013-06-11 18:52:11 +00:00
Targets.def.in