Build MLIR with -Werror=mismatched-tags (NFC)
authorMehdi Amini <joker.eph@gmail.com>
Wed, 8 Dec 2021 05:14:01 +0000 (05:14 +0000)
committerMehdi Amini <joker.eph@gmail.com>
Wed, 8 Dec 2021 05:59:06 +0000 (05:59 +0000)
commit3bed2a7212ceef611d74c9a2aa679cec31375cee
treefcfa8be2631db9afc6709f90f152dbd5c0db805a
parent60f826663d86e9bdf7adef9a8f1b2fc398e07f2a
Build MLIR with -Werror=mismatched-tags (NFC)

This is a defensive action to catch at build time on Linux failures that
may happen only on Windows otherwise.

Differential Revision: https://reviews.llvm.org/D115316
mlir/CMakeLists.txt