[compiler-rt] [llvm] [msan] Add experimental '-mllvm -msan-embed-faulting-instruction' and MSAN_OPTIONS=print_faulting_instruction (PR #136539)

Florian Mayer via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 21 09:53:58 PDT 2025


================
@@ -274,6 +274,14 @@ static cl::opt<bool>
                  cl::desc("propagate shadow through ICmpEQ and ICmpNE"),
                  cl::Hidden, cl::init(true));
 
+static cl::opt<uint> ClEmbedFaultingInst(
----------------
fmayer wrote:

should this be an enum with  descriptive names?

https://github.com/llvm/llvm-project/pull/136539


More information about the llvm-commits mailing list