diff options
author | Peter Wu <peter@lekensteyn.nl> | 2018-06-13 23:19:21 +0000 |
---|---|---|
committer | Peter Wu <peter@lekensteyn.nl> | 2018-06-13 23:19:21 +0000 |
commit | 0569660af3c0a63f9d30d0072ed04f7cac7c2f28 (patch) | |
tree | c63e4dbf82ee44cf60e430f47341ebd67093cd92 /llvm/tools/llvm-mca/Scheduler.cpp | |
parent | 282ad770cee2fa9dcbfd35f104777f5b6ca02270 (diff) | |
download | bcm5719-llvm-0569660af3c0a63f9d30d0072ed04f7cac7c2f28.tar.gz bcm5719-llvm-0569660af3c0a63f9d30d0072ed04f7cac7c2f28.zip |
[ASAN] Fix fputs interception for 32-bit macOS
On 32-bit macOS, "_fputs$UNIX2003" is called instead of "fputs" and the
"fgets_fputs" test fails. Apparently previous versions still passed the
test due to the internal implementation calling "strlen", but that does
not seem to be the case with macOS 10.13.3. Fixes r334450.
llvm-svn: 334670
Diffstat (limited to 'llvm/tools/llvm-mca/Scheduler.cpp')
0 files changed, 0 insertions, 0 deletions