Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Silence false-positive warnings about implicit CPU fallback. (#19907)
In #19902 we added reporting of errors in `LLVMCPUTargetCLOptions::getTargetOptions` which allows reporting things like an unknown CPU before that causes assertion failures in LLVM. But we mistakenly also reported there the warning about the implicit CPU fallback, which is a false positive in this case as it triggers on default targets that we may not actually use. Signed-off-by: Benoit Jacob <[email protected]>
- Loading branch information