When driver's floating-point options change, the user is made aware via a diagnostic. In the case of combining a fast math option with a non-fast option there should be no diagnostic. This patch removes the wrong diagnostic.
This is a fix for https://github.com/llvm/llvm-project/issues/54625.
Details
Details
- Reviewers
andrew.w.kaylor aaron.ballman efriedma
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Remove wrong warning. Fix for https://github.com/llvm/llvm-project/issues/54625
It's sufficient to reference https://github.com/llvm/llvm-project/issues/54625 in the commit message body.
For the subject line, just use some shorter IDs, e.g. issue 54625
It's somewhat conventional to use [Driver] tag for clang/lib/Driver changes.