[all-commits] [llvm/llvm-project] 983cb6: [mlir][pdll] Add new tablegen helper NFC

Jacques Pienaar via All-commits all-commits at lists.llvm.org
Thu Jun 23 05:31:45 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 983cb6c92fec7b39ec9760f1410d3003484df3a9
      https://github.com/llvm/llvm-project/commit/983cb6c92fec7b39ec9760f1410d3003484df3a9
  Author: Jacques Pienaar <jpienaar at google.com>
  Date:   2022-06-23 (Thu, 23 Jun 2022)

  Changed paths:
    M mlir/cmake/modules/AddMLIR.cmake

  Log Message:
  -----------
  [mlir][pdll] Add new tablegen helper NFC

Command line option injected by tablegen rule cannot be respected by
PDLL here, so add new helper function that is copy of original without
any additional flags injected. This avoids compilation failure when
compiler warnings are disabled.

Kept it as a mechanical copy.

Fixes #55716




More information about the All-commits mailing list