llvm-6502/include/llvm/Config
Evgeniy Stepanov 9c02a27604 More MSan/ASan annotations.
This change lets us bootstrap LLVM/Clang under ASan and MSan. It contains
fixes for 2 issues:

- X86JIT reads return address from stack, which MSan does not know is
  initialized.
- bugpoint tests run binaries with RLIMIT_AS. This does not work with certain
  Sanitizers.

We are no longer including config.h in Compiler.h with this change.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@174306 91177308-0d34-0410-b5e6-96231b3b80d8
2013-02-04 07:03:24 +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 More MSan/ASan annotations. 2013-02-04 07:03:24 +00:00
config.h.in [autoconf]: Fix description in HAVE_CRASHREPORTER_INFO. 2013-01-30 01:38:03 +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 More MSan/ASan annotations. 2013-02-04 07:03:24 +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 Provide InitializeAllTargets and InitializeNativeTarget functions in the 2009-06-23 23:59:40 +00:00