mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-15 18:36:05 +00:00
Revert r173678.
Broken tests. llvm-svn: 173679
This commit is contained in:
parent
5ec2ff57e9
commit
52c7b1b98f
@ -129,7 +129,7 @@ static cl::opt<bool> ClHandleICmp("msan-handle-icmp",
|
||||
|
||||
static cl::opt<bool> ClHandleICmpExact("msan-handle-icmp-exact",
|
||||
cl::desc("exact handling of relational integer ICmp"),
|
||||
cl::Hidden, cl::init(false));
|
||||
cl::Hidden, cl::init(true));
|
||||
|
||||
static cl::opt<bool> ClStoreCleanOrigin("msan-store-clean-origin",
|
||||
cl::desc("store origin for clean (fully initialized) values"),
|
||||
|
Loading…
x
Reference in New Issue
Block a user