[ASan] Properly disable strict init-order checking when pthread_create is called
authorAlexey Samsonov <samsonov@google.com>
Mon, 1 Jul 2013 16:16:41 +0000 (16:16 +0000)
committerAlexey Samsonov <samsonov@google.com>
Mon, 1 Jul 2013 16:16:41 +0000 (16:16 +0000)
commit9857ca25644083a9f55b17f645288ba99fba89f4
tree263342747c9bf9fc3e50d026ed5117a15029e222
parent654688bed510d2fe7c4ec7b5e7e6f722fbc71d2d
[ASan] Properly disable strict init-order checking when pthread_create is called

llvm-svn: 185342
compiler-rt/lib/asan/asan_interceptors.cc
compiler-rt/lib/asan/lit_tests/TestCases/Helpers/init-order-pthread-create-extra.cc [new file with mode: 0644]
compiler-rt/lib/asan/lit_tests/TestCases/init-order-pthread-create.cc [new file with mode: 0644]