Skip to content

Conversation

@kazutakahirata
Copy link
Contributor

RadixTree.h does not use anything from .

RadixTree.h does not use anything from <limits>.
@llvmbot
Copy link
Member

llvmbot commented Oct 25, 2025

@llvm/pr-subscribers-llvm-adt

Author: Kazu Hirata (kazutakahirata)

Changes

RadixTree.h does not use anything from <limits>.


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

1 Files Affected:

  • (modified) llvm/include/llvm/ADT/RadixTree.h (-1)
diff --git a/llvm/include/llvm/ADT/RadixTree.h b/llvm/include/llvm/ADT/RadixTree.h
index a65acddf186b7..9e2ab9753d50c 100644
--- a/llvm/include/llvm/ADT/RadixTree.h
+++ b/llvm/include/llvm/ADT/RadixTree.h
@@ -19,7 +19,6 @@
 #include <cassert>
 #include <cstddef>
 #include <iterator>
-#include <limits>
 #include <list>
 #include <utility>
 #include <vector>

@kazutakahirata kazutakahirata merged commit 5a6c236 into llvm:main Oct 25, 2025
12 checks passed
@kazutakahirata kazutakahirata deleted the cleanup_20251025_ADT_RadixTree_limits branch October 25, 2025 22:46
@llvm-ci
Copy link
Collaborator

llvm-ci commented Oct 25, 2025

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

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

Here is the relevant piece of the build log for the reference
Step 3 (clean-build-dir) failure: Delete failed. (failure) (timed out)
Step 4 (cmake-configure) failure: cmake (failure) (timed out)
command timed out: 1200 seconds without output running [b'cmake', b'-DLLVM_TARGETS_TO_BUILD=PowerPC', b'-DLLVM_INSTALL_UTILS=ON', b'-DCMAKE_CXX_STANDARD=17', b'-DLLVM_ENABLE_PROJECTS=mlir', b'-DLLVM_LIT_ARGS=-vj 256', b'-DCMAKE_C_COMPILER_LAUNCHER=ccache', b'-DCMAKE_CXX_COMPILER_LAUNCHER=ccache', b'-DCMAKE_BUILD_TYPE=Release', b'-DLLVM_ENABLE_ASSERTIONS=ON', b'-GNinja', b'../llvm-project/llvm'], attempting to kill
process killed by signal 9
program finished with exit code -1
elapsedTime=1200.797160

dvbuka pushed a commit to dvbuka/llvm-project that referenced this pull request Oct 27, 2025
RadixTree.h does not use anything from <limits>.
Lukacma pushed a commit to Lukacma/llvm-project that referenced this pull request Oct 29, 2025
RadixTree.h does not use anything from <limits>.
aokblast pushed a commit to aokblast/llvm-project that referenced this pull request Oct 30, 2025
RadixTree.h does not use anything from <limits>.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants