Files
clang-p2996/clang/lib/CodeGen/CodeGenModule.cpp
Daniel Kiss 1ef3de6b09 Disable sanitizer's on ifunc resolvers.
Resolvers are running before the module is initialised which leads to
crashes due to the santizer is not yet initialised.

Fixes #40287

Reviewed By: hctim

Differential Revision: https://reviews.llvm.org/D150262
2023-08-14 20:56:55 +02:00

285 KiB