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)
commit9c02a276049cbd1d1511a88ebc7a22bb33658237
treefe1428d48ffb3a0f8dc06216ea2dfe493e7369a7
parentf839eed5ea2bfd395256d60e15d1e31dbad6ca8b
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
include/llvm/Config/config.h.cmake
include/llvm/Config/llvm-config.h.cmake
include/llvm/Support/Compiler.h
lib/Support/Allocator.cpp
lib/Support/Unix/Program.inc
lib/Target/X86/X86JITInfo.cpp