Skip to content

Commit 973c7c2

Browse files
committed
Fix function declaration
1 parent 277467f commit 973c7c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ static cl::opt<MSanEmbedFaultingInstructionMode> ClEmbedFaultingInst(
286286
clEnumValN(
287287
MSanEmbedFaultingInstructionMode::Full, "full",
288288
"Embed the complete LLVM IR instruction (including operands).")),
289-
cl::Hidden, cl::init(MSanEmbedFaultingInstructionMode::None));
289+
cl::Hidden, cl::init(MSanEmbedFaultingInstructionMode::Name));
290290

291291
static cl::opt<bool>
292292
ClHandleICmpExact("msan-handle-icmp-exact",

0 commit comments

Comments
 (0)