Skip to content

Commit c3aa8b7

Browse files
authored
Revert "[msan] Switch to -msan-handle-icmp-exact my default" (#113376)
Reverts #113200 Breaks bots, see #113200
1 parent 020fa86 commit c3aa8b7

File tree

3 files changed

+43
-513
lines changed

3 files changed

+43
-513
lines changed

llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ static cl::opt<bool>
276276
static cl::opt<bool>
277277
ClHandleICmpExact("msan-handle-icmp-exact",
278278
cl::desc("exact handling of relational integer ICmp"),
279-
cl::Hidden, cl::init(true));
279+
cl::Hidden, cl::init(false));
280280

281281
static cl::opt<bool> ClHandleLifetimeIntrinsics(
282282
"msan-handle-lifetime-intrinsics",

0 commit comments

Comments
 (0)