[PATCH] D105071: [lld/mac] Make symbol table order deterministic

Nico Weber via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 29 06:29:34 PDT 2021


thakis added a subscriber: vvereschaka.
thakis added a comment.

Thanks!

In D105071#2846061 <https://reviews.llvm.org/D105071#2846061>, @int3 wrote:

> Would be nice to have `LLVM_ENABLE_EXPENSIVE_CHECKS=ON` running as part of some buildbot...

Agreed. Looks like there are bots with expensive checks enabled here:
https://lab.llvm.org/buildbot/#/builders/16
https://lab.llvm.org/buildbot/#/builders/104

But they only -DLLVM_ENABLE_PROJECTS=llvm, not lld. Maybe we can figure out who owns them and ask them to add lld? …Hm, one of them was added in D69359 <https://reviews.llvm.org/D69359>. @vvereschaka, could we run lld tests on that bot too? lld tests run pretty quickly.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D105071/new/

https://reviews.llvm.org/D105071



More information about the llvm-commits mailing list