diff options
author | Zahira Ammarguellat <zahira.ammarguellat@intel.com> | 2024-03-12 05:51:38 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-12 08:51:38 -0400 |
commit | 0b2c24e0b33236c1dec39fe8b007b4c6aeb170b3 (patch) | |
tree | 18c35b2171316bd7da8ec81167d7b4ec9367ae23 /llvm/lib/CodeGen/AssignmentTrackingAnalysis.cpp | |
parent | 80ab8234ac309418637488b97e0a62d8377b2ecf (diff) | |
download | llvm-0b2c24e0b33236c1dec39fe8b007b4c6aeb170b3.zip llvm-0b2c24e0b33236c1dec39fe8b007b4c6aeb170b3.tar.gz llvm-0b2c24e0b33236c1dec39fe8b007b4c6aeb170b3.tar.bz2 |
Fix warning message when using negative complex range options. (#84567)
When `-fcx-no-limited-range` or` -fno-cx-fortran-rules` follows another
complex range option on the command line, it will trigger a warning with
empty message.
`warning: overriding '-fcx-fortran-rules' option with ''
[-Woverriding-option]`
or
`warning: overriding '-fcx-limited-range' option with ''
[-Woverriding-option]`
This patch fixes that.
Diffstat (limited to 'llvm/lib/CodeGen/AssignmentTrackingAnalysis.cpp')
0 files changed, 0 insertions, 0 deletions