[libc] Add no_sanitize("address") attribute to the getMPFRMatcher function.
authorSiva Chandra Reddy <sivachandra@google.com>
Tue, 5 May 2020 20:06:49 +0000 (13:06 -0700)
committerSiva Chandra Reddy <sivachandra@google.com>
Tue, 5 May 2020 20:30:30 +0000 (13:30 -0700)
commitfbaaa16802d7b2fc096c8ed5fa23e0cad56807a2
treeeb0673fabf194856807f46c969546a6ee065be12
parentd606dcc65254b13e6238b69d8185d3667e850522
[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.
libc/utils/MPFRWrapper/MPFRUtils.h