[compiler-rt] [llvm] [msan] Add experimental '-mllvm -msan-embed-faulting-instruction' and MSAN_OPTIONS=print_faulting_instruction (PR #136539)
Thurston Dang via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 22 16:00:40 PDT 2025
================
@@ -352,10 +352,46 @@ void __sanitizer::BufferedStackTrace::UnwindImpl(
using namespace __msan;
+static inline void PrintFaultingInstruction(char *instname) {
----------------
thurstond wrote:
I've renamed PrintFaultingInstruction to PrintFaultingInstructionIfRequested.
https://github.com/llvm/llvm-project/pull/136539
More information about the llvm-commits
mailing list