[compiler-rt] Fix interception of crt atoll on win10 CRT.
authorEtienne Bergeron <etienneb@google.com>
Fri, 30 Sep 2016 19:37:11 +0000 (19:37 +0000)
committerEtienne Bergeron <etienneb@google.com>
Fri, 30 Sep 2016 19:37:11 +0000 (19:37 +0000)
commit9f987d3f89763182af35e11a757d81917bcaa31d
tree772429496a178add798189d592567bdfaf37809c
parenta067b0926ff668bded848bdb7426f2ace9235fb1
[compiler-rt] Fix interception of crt atoll on win10 CRT.

Summary:
The check-asan-dynamic tests were broken on win10 because the interception
library was not able to hook on some functions.

credits: thanks sebastian marchand to help debugging this on win10.

Reviewers: rnk

Subscribers: chrisha, llvm-commits, dberris

Differential Revision: https://reviews.llvm.org/D25120

llvm-svn: 282904
compiler-rt/lib/interception/interception_win.cc