[PATCH] D150262: Disable sanitizer's on ifunc resolvers.

2023-08-15 Thread Farzon Lotfi via Phabricator via cfe-commits
farzon added a comment. I feel like this change will break our use case and do so in a nontransparent way. We want to be able to use sanitizers even if IFUNC indirection is defined. So if the compiler toolchain is now going to disable santizer instrumentation overriding the preferences of the

[PATCH] D150262: Disable sanitizer's on ifunc resolvers.

2023-08-14 Thread Daniel Kiss via Phabricator via cfe-commits
This revision was landed with ongoing or failed builds. This revision was automatically updated to reflect the committed changes. Closed by commit rG1ef3de6b09f6: Disable sanitizers on ifunc resolvers. (authored by danielkiss). Herald added a project: clang. Herald added a subscriber: