[PATCH] D133150: [llvm-exegesis] Cross compile all enabled targets
Philip Reames via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 9 11:12:19 PDT 2022
reames added a comment.
In D133150#3780865 <https://reviews.llvm.org/D133150#3780865>, @efriedma wrote:
> Maybe missing AllTargetsDisassemblers? But not sure why that would only show up on that specific buildbot.
That's my guess too. I'm going to land it as a speculative fix and see what the bots do.
It looks like disassembly is only initialized on one path, and that's still using the native calls. So if we didn't have the disassembler linked in, we'd see an error like this. No idea why we apparently getting a different link set in this case..
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D133150/new/
https://reviews.llvm.org/D133150
More information about the llvm-commits
mailing list