[llvm] [llvm] Call hash_combine_range with ranges (NFC) (PR #136511)
LLVM Continuous Integration via llvm-commits
llvm-commits at lists.llvm.org
Sun Apr 20 17:08:15 PDT 2025
llvm-ci wrote:
LLVM Buildbot has detected a new failure on builder `premerge-monolithic-linux` running on `premerge-linux-1` while building `llvm` at step 7 "test-build-unified-tree-check-all".
Full details are available at: https://lab.llvm.org/buildbot/#/builders/153/builds/29413
<details>
<summary>Here is the relevant piece of the build log for the reference</summary>
```
Step 7 (test-build-unified-tree-check-all) failure: test (failure)
...
1.048 [0/1/12] Generating /build/buildbot/premerge-monolithic-linux/build/compile_commands.json
192.876 [427/58/826] Building CXX object unittests/CodeGen/GlobalISel/CMakeFiles/GlobalISelTests.dir/KnownBitsVectorTest.cpp.o
192.935 [425/58/827] cd /build/buildbot/premerge-monolithic-linux/build/runtimes/runtimes-bins && /etc/cmake/bin/cmake --build /build/buildbot/premerge-monolithic-linux/build/runtimes/runtimes-bins/ --target runtimes-test-depends --config Release
0.232 [2/4/1] Linking CXX executable flang-rt/unittests/Evaluate/ISO-Fortran-binding.test
0.249 [2/3/2] Linking CXX executable flang-rt/unittests/Evaluate/reshape.test
3.652 [2/2/3] Building CXX object flang-rt/unittests/third-party/unittest/UnitTestMain/CMakeFiles/llvm_gtest_main.dir/TestMain.cpp.o
3.753 [1/2/4] Linking CXX static library /build/buildbot/premerge-monolithic-linux/build/lib/libllvm_gtest_main.a
3.988 [0/2/5] Linking CXX executable flang-rt/unittests/Runtime/RuntimeTests
12.470 [0/1/6] Checking TSan Go runtime...
197.263 [395/58/858] Linking CXX executable unittests/DebugInfo/MSF/DebugInfoMSFTests
FAILED: unittests/DebugInfo/MSF/DebugInfoMSFTests
: && /usr/bin/clang++ -gmlt -fPIC -fno-semantic-interposition -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wc++98-compat-extra-semi -Wimplicit-fallthrough -Wcovered-switch-default -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wsuggest-override -Wstring-conversion -Wmisleading-indentation -Wctad-maybe-unsupported -fdiagnostics-color -ffunction-sections -fdata-sections -O3 -DNDEBUG -fuse-ld=lld -Wl,--color-diagnostics -Wl,--gc-sections unittests/DebugInfo/MSF/CMakeFiles/DebugInfoMSFTests.dir/MappedBlockStreamTest.cpp.o unittests/DebugInfo/MSF/CMakeFiles/DebugInfoMSFTests.dir/MSFBuilderTest.cpp.o unittests/DebugInfo/MSF/CMakeFiles/DebugInfoMSFTests.dir/MSFCommonTest.cpp.o -o unittests/DebugInfo/MSF/DebugInfoMSFTests lib/libLLVMDebugInfoMSF.a lib/libLLVMSupport.a lib/libllvm_gtest_main.a lib/libllvm_gtest.a lib/libLLVMTestingSupport.a lib/libllvm_gtest.a lib/libLLVMSupport.a -lrt -ldl -lm /usr/lib/x86_64-linux-gnu/libz.so lib/libLLVMDemangle.a -lpthread && :
ld.lld: error: cannot open lib/libllvm_gtest_main.a: No such file or directory
clang: error: linker command failed with exit code 1 (use -v to see invocation)
205.122 [395/4/912] Building CXX object unittests/ExecutionEngine/Orc/CMakeFiles/OrcJITTests.dir/ReOptimizeLayerTest.cpp.o
208.004 [395/2/914] Building CXX object tools/flang/unittests/Frontend/CMakeFiles/FlangFrontendTests.dir/CodeGenActionTest.cpp.o
208.787 [395/1/915] Building CXX object unittests/ExecutionEngine/Orc/CMakeFiles/OrcJITTests.dir/CoreAPIsTest.cpp.o
ninja: build stopped: subcommand failed.
```
</details>
https://github.com/llvm/llvm-project/pull/136511
More information about the llvm-commits
mailing list