[Lldb-commits] [lldb] [lldb] Expose block equality with SBBlock. (PR #184222)
Dmitry Vasilyev via lldb-commits
lldb-commits at lists.llvm.org
Tue Mar 3 23:51:17 PST 2026
slydiman wrote:
The buildbot [lldb-x86_64-win](https://lab.llvm.org/buildbot/#/builders/211/builds/6720) is broken. Please take a look.
```
UNRESOLVED: lldb-api::TestBlocks.py
[view all 94 lines](https://lab.llvm.org/buildbot/#/builders/211/builds/6720/steps/9/logs/UNRESOLVED__lldb-api__TestBlocks_py)
lld-link: warning: section name .debug_abbrev is longer than 8 characters and will use a non-standard string table
lld-link: warning: section name .debug_info is longer than 8 characters and will use a non-standard string table
lld-link: warning: section name .debug_line is longer than 8 characters and will use a non-standard string table
lld-link: warning: section name .debug_str is longer than 8 characters and will use a non-standard string table
C:\buildbot\as-builder-10\lldb-x86-64\build\bin\clang.exe main.o -L. -lfn -gdwarf -O0 -m64 -IC:\buildbot\as-builder-10\lldb-x86-64\llvm-project\lldb\packages\Python\lldbsuite\test\make/../../../../..//include -IC:/buildbot/as-builder-10/lldb-x86-64/build/tools/lldb/include -IC:\buildbot\as-builder-10\lldb-x86-64\llvm-project\lldb\test\API\python_api\block -IC:\buildbot\as-builder-10\lldb-x86-64\llvm-project\lldb\packages\Python\lldbsuite\test\make -include C:\buildbot\as-builder-10\lldb-x86-64\llvm-project\lldb\packages\Python\lldbsuite\test\make/test_common.h -fno-limit-debug-info -mllvm -x86-asm-syntax=att -fuse-ld=lld --driver-mode=g++ -o "a.out"
clang: warning: argument unused during compilation: '-mllvm -x86-asm-syntax=att' [-Wunused-command-line-argument]
lld-link: error: undefined symbol: fn
>>> referenced by main.o:(main)
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make: *** [Makefile.rules:596: a.out] Error 1
make: Leaving directory 'C:/buildbot/as-builder-10/lldb-x86-64/build/lldb-test-build.noindex/python_api/block/TestBlocks'
Test Directory:
C:\buildbot\as-builder-10\lldb-x86-64\llvm-project\lldb\test\API\python_api\block
----------------------------------------------------------------------
Ran 3 tests in 0.802s
FAILED (errors=1, skipped=2)
```
https://github.com/llvm/llvm-project/pull/184222
More information about the lldb-commits
mailing list