[Lldb-commits] [lldb] [llvm] [llvm] Move libSupportHTTP to top-level libHTTP (NFC) (PR #191202)
LLVM Continuous Integration via lldb-commits
lldb-commits at lists.llvm.org
Wed Apr 15 01:48:46 PDT 2026
Stefan =?utf-8?q?Gränitz?= <stefan.graenitz at gmail.com>,
Stefan =?utf-8?q?Gränitz?= <stefan.graenitz at gmail.com>,
Stefan =?utf-8?q?Gränitz?= <stefan.graenitz at gmail.com>,
Stefan =?utf-8?q?Gränitz?= <stefan.graenitz at gmail.com>
Message-ID:
In-Reply-To: <llvm.org/llvm/llvm-project/pull/191202 at github.com>
llvm-ci wrote:
LLVM Buildbot has detected a new failure on builder `openmp-offload-amdgpu-runtime-2` running on `rocm-worker-hw-02` while building `lldb,llvm` at step 8 "Add check check-llvm".
Full details are available at: https://lab.llvm.org/buildbot/#/builders/10/builds/26545
<details>
<summary>Here is the relevant piece of the build log for the reference</summary>
```
Step 8 (Add check check-llvm) failure: test (failure)
...
[790/800] Linking CXX executable unittests/Transforms/Utils/UtilsTests
[791/800] Linking CXX executable unittests/Frontend/LLVMFrontendTests
[792/800] Linking CXX executable unittests/tools/llvm-exegesis/LLVMExegesisTests
[793/800] Linking CXX executable unittests/IR/IRTests
[794/800] Linking CXX executable unittests/ADT/ADTTests
[795/800] Linking CXX executable unittests/Support/SupportTests
[796/800] Building CXX object unittests/HTTP/CMakeFiles/HTTPTests.dir/HTTPServerTests.cpp.o
[797/800] Linking CXX executable unittests/HTTP/HTTPTests
[798/800] Building CXX object unittests/Debuginfod/CMakeFiles/DebuginfodTests.dir/DebuginfodTests.cpp.o
[799/800] Linking CXX executable unittests/Debuginfod/DebuginfodTests
FAILED: unittests/Debuginfod/DebuginfodTests
: && /usr/bin/c++ -fPIC -fno-semantic-interposition -fvisibility-inlines-hidden -Werror=date-time -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wno-uninitialized -Wno-nonnull -Wno-class-memaccess -Wno-redundant-move -Wno-pessimizing-move -Wno-array-bounds -Wno-stringop-overread -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wsuggest-override -Wno-comment -Wno-misleading-indentation -Wctad-maybe-unsupported -fdiagnostics-color -ffunction-sections -fdata-sections -O3 -DNDEBUG -Wl,--gc-sections unittests/Debuginfod/CMakeFiles/DebuginfodTests.dir/DebuginfodTests.cpp.o -o unittests/Debuginfod/DebuginfodTests -Wl,-rpath,/home/botworker/builds/openmp-offload-amdgpu-runtime-2/llvm.build/lib lib/libllvm_gtest_main.so.23.0git lib/libLLVMDebuginfod.so.23.0git lib/libLLVMTestingSupport.so.23.0git lib/libllvm_gtest.so.23.0git lib/libLLVMSupport.so.23.0git -Wl,-rpath-link,/home/botworker/builds/openmp-offload-amdgpu-runtime-2/llvm.build/lib && :
/usr/bin/ld: unittests/Debuginfod/CMakeFiles/DebuginfodTests.dir/DebuginfodTests.cpp.o: undefined reference to symbol '_ZN4llvm10HTTPClient10initializeEv'
/usr/bin/ld: /home/botworker/builds/openmp-offload-amdgpu-runtime-2/llvm.build/lib/libLLVMHTTP.so.23.0git: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
ninja: build stopped: subcommand failed.
```
</details>
https://github.com/llvm/llvm-project/pull/191202
More information about the lldb-commits
mailing list