Michael Buch
Michael Buch
@swift-ci test linux
@swift-ci test
What platform is this on? Any chance the project is open source and can be built to reproduce this? If you run `log enable dwarf all -f /tmp/lldb.log`, then reproduce...
Looks like this is failing on macOS CI: https://green.lab.llvm.org/job/llvm.org/view/LLDB/job/as-lldb-cmake/28857/execution/node/106/log/?consoleFull ``` 14:41:07 FAIL: test_frame_var (TestFrameVarDILGlobalVariableLookup.TestFrameVarDILGlobalVariableLookup) 14:41:07 ---------------------------------------------------------------------- 14:41:07 Traceback (most recent call last): 14:41:07 File "/Users/ec2-user/jenkins/workspace/llvm.org/as-lldb-cmake/llvm-project/lldb/test/API/commands/frame/var-dil/basics/GlobalVariableLookup/TestFrameVarDILGlobalVariableLookup.py", line 47, in test_frame_var 14:41:07...
I think if you used the address of the static maybe it would force dsymutil to keep it? Let me check
Hmm weirdly doesn't repro on my machine. Also only happens on the AArch64 bot (but not x86_64). Bit confused.
Skipped for now: https://github.com/llvm/llvm-project/commit/d74c9ef8370c9310452859ff876a2a5d8b8f7ad5
This also fails on the macOS buildbots: https://green.lab.llvm.org/job/llvm.org/view/LLDB/job/as-lldb-cmake/14840/execution/node/97/log/ ``` FAIL: test_inline_static_members_dwarf4_dsym (TestConstStaticIntegralMember.TestCase) ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/ec2-user/jenkins/workspace/llvm.org/lldb-cmake/llvm-project/lldb/packages/Python/lldbsuite/test/lldbtest.py", line 1769, in test_method return attrvalue(self) File "/Users/ec2-user/jenkins/workspace/llvm.org/lldb-cmake/llvm-project/lldb/test/API/lang/cpp/const_static_integral_member/TestConstStaticIntegralMember.py", line 153,...
https://github.com/llvm/llvm-project/pull/115401
I intentionally didn't cherry-pick it because the libc++ change was scheduled to land in the LLVM 20 release, to give it some time for testing. Anyone building a toolchain based...