[all-commits] [llvm/llvm-project] fbaaa1: [libc] Add no_sanitize("address") attribute to the...
Siva Chandra via All-commits
all-commits at lists.llvm.org
Tue May 5 13:31:50 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: fbaaa16802d7b2fc096c8ed5fa23e0cad56807a2
https://github.com/llvm/llvm-project/commit/fbaaa16802d7b2fc096c8ed5fa23e0cad56807a2
Author: Siva Chandra Reddy <sivachandra at google.com>
Date: 2020-05-05 (Tue, 05 May 2020)
Changed paths:
M libc/utils/MPFRWrapper/MPFRUtils.h
Log Message:
-----------
[libc] Add no_sanitize("address") attribute to the getMPFRMatcher function.
This dramtically reduces the run time of tests. For example,
sincosf_test takes over 25 minutes without this attribute but only 8
seconds with this attribute.
More information about the All-commits
mailing list