[Lldb-commits] [lldb] [lldb] Initial plugin and test for SymbolLocatorSymStore (PR #183302)
David Spickett via lldb-commits
lldb-commits at lists.llvm.org
Fri Mar 6 04:55:16 PST 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>,
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>,
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>,
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/183302 at github.com>
DavidSpickett wrote:
> Is there a way to turn them on for a specific PR?
In theory you could post the same PR but with the CI build scripts modified to enable lldb. That decision is made in `.ci/compute_projects.py`, see https://github.com/llvm/llvm-project/issues/132800. Sounds like nothing would run even if you enable it.
Is it possible that the linker has anything to do with this? At Linaro we had problems on Windows on Arm because link.exe would strip out DWARF, could the reverse be happening? Depending on whether that Windows bot uses link.exe or lld-link.exe?
I'd check the result from https://lab.llvm.org/buildbot/#/builders/141, but that appears to have gone offline 3 days ago!
https://github.com/llvm/llvm-project/pull/183302
More information about the lldb-commits
mailing list