[clang] [llvm] [LLVM][DWARF] Fix accelerator table switching between CU and TU (PR #77511)
Alexander Yermolovich via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 12 13:33:50 PST 2024
ayermolo wrote:
> However, the patch broke the [Solaris/sparcv9 buildbot](https://lab.llvm.org/buildbot/#/builders/72/builds/1834):
>
> ```
> llc: error: unable to get target for 'x86_64-unknown-linux-gnu', see --version and --triple.
> ```
>
> The bot is configured to do a Sparc-only build.
oh. I think
; REQUIRES: x86-registered-target is missing. Let me add it
https://github.com/llvm/llvm-project/pull/77511
More information about the llvm-commits
mailing list