More MSan/ASan annotations.
authorEvgeniy Stepanov <eugeni.stepanov@gmail.com>
Mon, 4 Feb 2013 07:03:24 +0000 (07:03 +0000)
committerEvgeniy Stepanov <eugeni.stepanov@gmail.com>
Mon, 4 Feb 2013 07:03:24 +0000 (07:03 +0000)
commit1f5a71492de40dcb9d150815c84506842b3d17b8
tree1bf83d476fc486d013493fe1e19e0dfc423c9fce
parent2811f8ac2828dbc96839f6404142a6513a4e4153
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.

llvm-svn: 174306
llvm/include/llvm/Config/config.h.cmake
llvm/include/llvm/Config/llvm-config.h.cmake
llvm/include/llvm/Support/Compiler.h
llvm/lib/Support/Allocator.cpp
llvm/lib/Support/Unix/Program.inc
llvm/lib/Target/X86/X86JITInfo.cpp