Files
clang-p2996/mlir/tools
Jordan Rupprecht e10d551aa4 [mlir][PDLL] Allow (and ignore) -D tablegen macros. (#124166)
Similar to #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.
2025-01-23 13:45:46 -06:00
..