mirror of
https://github.com/intel/llvm.git
synced 2026-01-22 07:01:03 +08:00
We are currently explicitly setting the flag solely based on the value of `-verify`, which ends up ignoring the situation where the user explicitly disabled this option from the command line. Differential Revision: https://reviews.llvm.org/D102952