[Lldb-commits] [lldb] [lldb] Add EXPORT to lldb-tblgen (PR #192610)
David Spickett via lldb-commits
lldb-commits at lists.llvm.org
Fri Apr 17 04:07:10 PDT 2026
DavidSpickett wrote:
> I have tested this and I can confirm that this is working and it is the correct solution to this problem!
That was fast, thanks!
> However, I have checked again and I can see clearly now that they are being automatically cross-compiled and installed onto the target system, confirming your statements. This misunderstanding I had may have limited my ability to make progress on the issue.
Yeah I think what LLVM is doing is correct. In that it makes a cross build just as useful as a native build. Once you've installed a cross-build on the target, it *is* a native build from the perspective of a user of that system.
However I do see how from the outside you'd assume that providing tools means we don't build more tools.
https://github.com/llvm/llvm-project/pull/192610
More information about the lldb-commits
mailing list