We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 277467f commit 973c7c2Copy full SHA for 973c7c2
llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp
@@ -286,7 +286,7 @@ static cl::opt<MSanEmbedFaultingInstructionMode> ClEmbedFaultingInst(
286
clEnumValN(
287
MSanEmbedFaultingInstructionMode::Full, "full",
288
"Embed the complete LLVM IR instruction (including operands).")),
289
- cl::Hidden, cl::init(MSanEmbedFaultingInstructionMode::None));
+ cl::Hidden, cl::init(MSanEmbedFaultingInstructionMode::Name));
290
291
static cl::opt<bool>
292
ClHandleICmpExact("msan-handle-icmp-exact",
0 commit comments