[all-commits] [llvm/llvm-project] 56e56c: [clang][CIR] Fix missing dependency of MLIRCIR (#1...

Luohao Wang via All-commits all-commits at lists.llvm.org
Thu Nov 14 22:21:28 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 56e56c9e6673cc17f4bc7cdb3a5dbffc1557b446
      https://github.com/llvm/llvm-project/commit/56e56c9e6673cc17f4bc7cdb3a5dbffc1557b446
  Author: Luohao Wang <luohaothu at live.com>
  Date:   2024-11-14 (Thu, 14 Nov 2024)

  Changed paths:
    M clang/lib/CIR/Dialect/IR/CMakeLists.txt

  Log Message:
  -----------
  [clang][CIR] Fix missing dependency of MLIRCIR (#116221)

Building `MLIRCIR` will report an error `CIROpsDialect.h.inc` not found.
This is because `MLIRCIR` hasn't declared its dependence on the tablegen
target `MLIRCIROpsIncGen`. This patch fixes the issue.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list