[compiler-rt] [llvm] [nsan] Emit calls to optimized functions (PR #98900)
Dmitriy Chestnykh via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 16 21:37:08 PDT 2024
================
@@ -493,6 +494,103 @@ class ValueToShadowMap {
DenseMap<Value *, Value *> Map;
};
+// Base class for handling some details of __nsan_* functions
+class NsanInstrumentationFunction {
----------------
chestnykh wrote:
Done in the latest commit
https://github.com/llvm/llvm-project/pull/98900
More information about the llvm-commits
mailing list