Skip to content

Conversation

@lhutton1
Copy link
Contributor

This commit fixes linker failures evident on some failing build bots.

This commit fixes linker failures evident on some failing build bots.

Change-Id: I0af2eed09cc0c99418e6e8b5b427557ba9ac8bc3
@llvmbot
Copy link
Member

llvmbot commented Nov 18, 2025

@llvm/pr-subscribers-mlir

Author: Luke Hutton (lhutton1)

Changes

This commit fixes linker failures evident on some failing build bots.


Full diff: https://github.com/llvm/llvm-project/pull/168581.diff

1 Files Affected:

  • (modified) mlir/lib/Dialect/Tosa/Transforms/CMakeLists.txt (+1)
diff --git a/mlir/lib/Dialect/Tosa/Transforms/CMakeLists.txt b/mlir/lib/Dialect/Tosa/Transforms/CMakeLists.txt
index 987ce4ed870c9..f5f8e41fd83a8 100644
--- a/mlir/lib/Dialect/Tosa/Transforms/CMakeLists.txt
+++ b/mlir/lib/Dialect/Tosa/Transforms/CMakeLists.txt
@@ -25,4 +25,5 @@ add_mlir_dialect_library(MLIRTosaTransforms
   MLIRPass
   MLIRTosaDialect
   MLIRTransformUtils
+  MLIRFuncTransforms
   )

@llvmbot
Copy link
Member

llvmbot commented Nov 18, 2025

@llvm/pr-subscribers-mlir-tosa

Author: Luke Hutton (lhutton1)

Changes

This commit fixes linker failures evident on some failing build bots.


Full diff: https://github.com/llvm/llvm-project/pull/168581.diff

1 Files Affected:

  • (modified) mlir/lib/Dialect/Tosa/Transforms/CMakeLists.txt (+1)
diff --git a/mlir/lib/Dialect/Tosa/Transforms/CMakeLists.txt b/mlir/lib/Dialect/Tosa/Transforms/CMakeLists.txt
index 987ce4ed870c9..f5f8e41fd83a8 100644
--- a/mlir/lib/Dialect/Tosa/Transforms/CMakeLists.txt
+++ b/mlir/lib/Dialect/Tosa/Transforms/CMakeLists.txt
@@ -25,4 +25,5 @@ add_mlir_dialect_library(MLIRTosaTransforms
   MLIRPass
   MLIRTosaDialect
   MLIRTransformUtils
+  MLIRFuncTransforms
   )

@github-actions
Copy link

🐧 Linux x64 Test Results

  • 7096 tests passed
  • 594 tests skipped

@Tai78641
Copy link
Contributor

LGTM

@lhutton1 lhutton1 merged commit a2af185 into llvm:main Nov 19, 2025
13 checks passed
@lhutton1 lhutton1 deleted the fix-linker branch November 19, 2025 09:33
@llvm-ci
Copy link
Collaborator

llvm-ci commented Nov 19, 2025

LLVM Buildbot has detected a new failure on builder ppc64le-mlir-rhel-clang running on ppc64le-mlir-rhel-test while building mlir at step 3 "clean-build-dir".

Full details are available at: https://lab.llvm.org/buildbot/#/builders/129/builds/33479

Here is the relevant piece of the build log for the reference
Step 3 (clean-build-dir) failure: Delete failed. (failure) (timed out)
Step 6 (test-build-check-mlir-build-only-check-mlir) failure: 1200 seconds without output running [b'ninja', b'check-mlir'], attempting to kill
...
PASS: MLIR :: Pass/remark-final.mlir (3665 of 3676)
PASS: MLIR-Unit :: Dialect/OpenACC/./MLIROpenACCTests/44/59 (3666 of 3676)
PASS: MLIR :: mlir-tblgen/rewriter-errors.td (3667 of 3676)
PASS: MLIR :: mlir-tblgen/llvm-intrinsics.td (3668 of 3676)
PASS: MLIR :: Analysis/DataFlow/test-written-to.mlir (3669 of 3676)
PASS: MLIR :: mlir-translate/import-diagnostics.ll (3670 of 3676)
PASS: MLIR :: mlir-tblgen/op-error.td (3671 of 3676)
PASS: MLIR :: Transforms/invalid-parallel-loop-collapsing.mlir (3672 of 3676)
PASS: MLIR :: Pass/pipeline-parsing.mlir (3673 of 3676)
PASS: MLIR :: Pass/pipeline-options-parsing.mlir (3674 of 3676)
command timed out: 1200 seconds without output running [b'ninja', b'check-mlir'], attempting to kill
process killed by signal 9
program finished with exit code -1
elapsedTime=1618.365613

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants