[PATCH] D74041: [MLIR][GPU] Fix build files for mlir-opt.
Stephen Neuendorffer via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 5 09:09:27 PST 2020
stephenneuendorffer accepted this revision.
stephenneuendorffer added a comment.
This revision is now accepted and ready to land.
Thanks for this. I didn't realize I hadn't tested the GPU config.
================
Comment at: mlir/tools/mlir-opt/CMakeLists.txt:21
-set(LIBS
+set(FULL_LINK_LIBS
MLIRAnalysis
----------------
Maybe WHOLE_ARCHIVE_LINK_LIBS?
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