diff options
author | Daniel Sanders <daniel_l_sanders@apple.com> | 2018-10-03 16:29:24 +0000 |
---|---|---|
committer | Daniel Sanders <daniel_l_sanders@apple.com> | 2018-10-03 16:29:24 +0000 |
commit | 10dedc00d0bd883d33c2666cdec8aa849506404e (patch) | |
tree | f69591f2b8bc4cc7ac8d553fb3509438b36c550b /llvm/lib/Bitcode | |
parent | 1c8ed2081f9d7a5c53a68868ffde1f3aa815e0b5 (diff) | |
download | llvm-10dedc00d0bd883d33c2666cdec8aa849506404e.zip llvm-10dedc00d0bd883d33c2666cdec8aa849506404e.tar.gz llvm-10dedc00d0bd883d33c2666cdec8aa849506404e.tar.bz2 |
Correct implementation of -verify-machineinstrs such that it's still overridable for EXPENSIVE_CHECKS
-verify-machineinstrs was implemented as a simple bool. As a result, the
'VerifyMachineCode == cl::BOU_UNSET' used by EXPENSIVE_CHECKS to make it on by
default but possible to disable didn't work as intended. Changed
-verify-machineinstrs to a boolOrDefault to correct this.
llvm-svn: 343696
Diffstat (limited to 'llvm/lib/Bitcode')
0 files changed, 0 insertions, 0 deletions