[all-commits] [llvm/llvm-project] 2ff45f: Don't use LLVM_TABLEGEN_FLAGS with mlir-pdll: it's...
Mehdi Amini via All-commits
all-commits at lists.llvm.org
Tue Sep 26 14:38:57 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2ff45f04a6d32b20558f07d1017e861b48317592
https://github.com/llvm/llvm-project/commit/2ff45f04a6d32b20558f07d1017e861b48317592
Author: Mehdi Amini <joker.eph at gmail.com>
Date: 2023-09-26 (Tue, 26 Sep 2023)
Changed paths:
M mlir/cmake/modules/AddMLIR.cmake
Log Message:
-----------
Don't use LLVM_TABLEGEN_FLAGS with mlir-pdll: it's not a TableGen tool (#67486)
This can lead to build failure when a project is customizing this flag
for TableGen. This seems to have been copy/pasted from TableGen CMake
functions.
More information about the All-commits
mailing list