[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 10:46:27 PDT 2022


reames added a comment.

After landing this, I got a couple dozen build bot failure notices.  A large fraction of them are warnings in unrelated files - I'm guessing the cmake change confused incremental bots - but at least one looks potentially relevant.  Specifically, a polly bot (https://lab.llvm.org/buildbot#builders/56/builds/3201) is failing to link in the ARM target.  I don't have a good theory on what might be happening, and can't (yet) reproduce.


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