[PATCH] D79429: [mlir] Add missing dependency to MLIRMlirOptMain
Lei Zhang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 5 12:58:30 PDT 2020
antiagainst marked an inline comment as done.
antiagainst added inline comments.
================
Comment at: mlir/tools/mlir-opt/CMakeLists.txt:47
+ intrinsics_gen
+ mlir-headers
)
----------------
mehdi_amini wrote:
> Can you clarify which header included from `mlir-opt.cpp` depends on these?
InitAllDialects.h. Do you want me to add as a comment to the code? Happy to send out a patch for it if so.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D79429/new/
https://reviews.llvm.org/D79429
More information about the llvm-commits
mailing list