[clang] [clang][rtsan] Introduce realtime sanitizer clang codegen and -fsanitize flag (PR #100192)
Vitaly Buka via cfe-commits
cfe-commits at lists.llvm.org
Tue Jul 23 13:48:39 PDT 2024
================
@@ -1410,6 +1414,35 @@ QualType CodeGenFunction::BuildFunctionArgList(GlobalDecl GD,
return ResTy;
}
+void InsertCallBeforeInstruction(llvm::Function *Fn,
----------------
vitalybuka wrote:
Also maybe I missed some dissussion
these changes looks like better be done by llvm path.
https://github.com/llvm/llvm-project/pull/100192
More information about the cfe-commits
mailing list