Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[mlir][PDLL] Allow (and ignore)
-D
tablegen macros. (llvm#124166)
Similar to llvm#91329, `mlir-pdll` is a tool used in tablegen macros that unregisters from common flags, including `-D` macros. Because a macro may be used globally, e.g. configured via `LLVM_TABLEGEN_FLAGS`, we want this tool to just ignore the macro instead of a fatal failure due to the unrecognized flag.
- Loading branch information