[llvm] [llvm][DebugInfo] Support DW_AT_linkage_names that are different between declaration and definition (PR #154137)
Michael Buch via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 1 23:41:37 PDT 2025
Michael137 wrote:
> This patch broke the [Solaris/amd64 buildbot](https://lab.llvm.org/staging/#/builders/120/builds/11933) because it uses `target triple = "arm64-apple-macosx"` without checking that this triple is actually supported (it isn't in builds without `-DLLVM_TARGETS_TO_BUILD=all`).
>
> Please fix.
Thanks for the ping. Checking
https://github.com/llvm/llvm-project/pull/154137
More information about the llvm-commits
mailing list