[all-commits] [llvm/llvm-project] 030c3b: [mlir][doc] Fix build after D148389
Mehdi Amini via All-commits
all-commits at lists.llvm.org
Wed Apr 19 21:14:15 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 030c3b24a7188c14893a517b25c9655a6ee6b2c9
https://github.com/llvm/llvm-project/commit/030c3b24a7188c14893a517b25c9655a6ee6b2c9
Author: Mehdi Amini <joker.eph at gmail.com>
Date: 2023-04-19 (Wed, 19 Apr 2023)
Changed paths:
M mlir/include/mlir/Dialect/OpenACC/CMakeLists.txt
Log Message:
-----------
[mlir][doc] Fix build after D148389
The doc aren't part of the usual build, so this got unnoticed.
In c184dcb458 a dependency was added from the OpenACC on the LLVM
and Memref dialects, to generate the dialect doc we need to explicitly
ask for the `acc` dialect now.
More information about the All-commits
mailing list