[all-commits] [llvm/llvm-project] 6e9ca8: [mlir][openacc] Fix build after D148389
Razvan Lupusoru via All-commits
all-commits at lists.llvm.org
Tue Apr 18 16:34:09 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6e9ca8c7dfa362bf2dc7b542a5f0d256381b86aa
https://github.com/llvm/llvm-project/commit/6e9ca8c7dfa362bf2dc7b542a5f0d256381b86aa
Author: Razvan Lupusoru <rlupusoru at nvidia.com>
Date: 2023-04-18 (Tue, 18 Apr 2023)
Changed paths:
M mlir/lib/Dialect/OpenACC/CMakeLists.txt
Log Message:
-----------
[mlir][openacc] Fix build after D148389
Buildbot reported undefined references to LLVM dialect and Memref
dialect. The issue is that OpenACC dialect now depends on those
(since it attaches interface to the types) but the cmake file
did not explicitly add those dependencies.
Reviewed By: clementval, vzakhari
Differential Revision: https://reviews.llvm.org/D148673
More information about the All-commits
mailing list