[Mlir-commits] [mlir] Fix link issue in mlir-linalg-ods-gen (PR #76843)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Wed Jan 3 11:02:35 PST 2024
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-mlir-core
@llvm/pr-subscribers-mlir
Author: Michael Holman (MikeHolman)
<details>
<summary>Changes</summary>
Resolves #<!-- -->76813
This was inadvertently causing double linking of Support.
Locally repro'd and confirmed that this fixes the build issue with failing configuration.
---
Full diff: https://github.com/llvm/llvm-project/pull/76843.diff
1 Files Affected:
- (modified) mlir/tools/mlir-linalg-ods-gen/CMakeLists.txt (-5)
``````````diff
diff --git a/mlir/tools/mlir-linalg-ods-gen/CMakeLists.txt b/mlir/tools/mlir-linalg-ods-gen/CMakeLists.txt
index 2b2024da6409ac..f698469ebf05bd 100644
--- a/mlir/tools/mlir-linalg-ods-gen/CMakeLists.txt
+++ b/mlir/tools/mlir-linalg-ods-gen/CMakeLists.txt
@@ -1,8 +1,3 @@
-set(LLVM_LINK_COMPONENTS
- Core
- Support
- )
-
set(LIBS
MLIRIR
MLIRSupport
``````````
</details>
https://github.com/llvm/llvm-project/pull/76843
More information about the Mlir-commits
mailing list