Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reland "[mlir] Silence -Wdangling-assignment-gsl in OperationSupport.h"
This warning is causing lots of build spam when I use a recent Clang as my host compiler. It's a potential false positive, so silence it until llvm#126600 is resolved. Reland of llvm#126140 with fix for non-Clang compilers (the preprocessor doesn't short-circuit conditionals the way I thought it did).
- Loading branch information