[PATCH] D74041: [MLIR][GPU] Fix build files for mlir-opt.
Stephan Herhut via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 5 09:27:45 PST 2020
herhut marked an inline comment as done.
herhut added a comment.
I am setting up a build bot that will build the tree with the cuda parts enabled so we can see this easier.
================
Comment at: mlir/tools/mlir-opt/CMakeLists.txt:21
-set(LIBS
+set(FULL_LINK_LIBS
MLIRAnalysis
----------------
stephenneuendorffer wrote:
> Maybe WHOLE_ARCHIVE_LINK_LIBS?
Seems this landed already. We use FULL_LINK_LIBS is other places, as well, but we can do a global rename in a follow up.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D74041/new/
https://reviews.llvm.org/D74041
More information about the llvm-commits
mailing list