llvm-project/compiler-rt/lib
Sagar Thakur 63cecb3653 [MSAN] Fix test SmallPreAllocatedStackThread for MIPS
Summary: Msan was intercepting version 2.1 of the pthread_create function which was making it to crash in libc because __pthread_create_2_1 modifies the stack attributes of the thread. Intercepting the correct version fixes the test SmallPreAllocatedStackThread.

Reviewers: eugenis, samsonov
Subscribers: llvm-commits, mohit.bhakkad, jaydeep
Differential: http://reviews.llvm.org/D17603
llvm-svn: 261980
2016-02-26 05:56:54 +00:00
..
BlocksRuntime Move tests for BlocksRuntime and builtins to corresponding directories under test/ 2014-02-14 09:47:31 +00:00
asan [tests] Portability fixup for r261713. 2016-02-24 01:28:51 +00:00
builtins builtins: adjust the clobbers list for android __clear_cache 2016-02-25 04:04:37 +00:00
cfi [CMake] Assign components and dependencies during add_compiler_rt_resource_file 2016-02-23 21:50:39 +00:00
dfsan [compiler-rt] [dfsan] Unify aarch64 mapping 2015-11-27 12:43:33 +00:00
interception Remove autoconf support for building runtime libraries. 2016-01-26 21:31:12 +00:00
lsan [Sanitizer] Introduce ListOfModules object and use it to replace GetListOfModules(). 2016-02-22 18:52:51 +00:00
msan [MSAN] Fix test SmallPreAllocatedStackThread for MIPS 2016-02-26 05:56:54 +00:00
profile [profile] Compute number of data entries correctly 2016-02-26 02:49:41 +00:00
safestack [compiler-rt] [safestack] Enable for aarch64 2015-12-11 17:38:38 +00:00
sanitizer_common [Sanitizer] Protect against compiler-inserted memcpy() in InternalMmapVector::push_back(). 2016-02-25 18:12:30 +00:00
stats [Sanitizer] Introduce ListOfModules object and use it to replace GetListOfModules(). 2016-02-22 18:52:51 +00:00
tsan [sanitizer] Move recvmsg and recv interceptors to sanitizer_common. 2016-02-25 08:44:25 +00:00
ubsan [cfi] Safe handling of unaddressable vtable pointers (compiler-rt). 2016-02-03 22:19:04 +00:00
CMakeLists.txt Introduce stats and stats_client libraries. 2016-01-16 00:31:29 +00:00
Makefile.mk Remove autoconf support for building runtime libraries. 2016-01-26 21:31:12 +00:00