llvm-6502/include/llvm/Config
Evgeniy Stepanov 782a65056a Fix MSan annotations inclusion guard.
#cmakedefine does not behave the way I though it was.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@175050 91177308-0d34-0410-b5e6-96231b3b80d8
2013-02-13 10:40:01 +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 Fix CMake detection of various cmath functions, and XFAIL the test on platforms that are known to be missing them. 2013-02-07 00:54:05 +00:00
config.h.in Conditionalize constant folding of math intrinsics on the availability of an implementation on the host. This is a little bit unfortunate, but until someone decides to implement a full libm for APFloat, we don't have a better way to get this functionality. 2013-02-07 00:21:34 +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 Fix MSan annotations inclusion guard. 2013-02-13 10:40:01 +00:00
llvm-config.h.in JITEventListener.h: Use llvm-config.h instead of config.h. 2012-12-13 15:03:38 +00:00
Targets.def.in