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

Vlad Vereschaka via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 30 14:01:49 PDT 2021


vvereschaka added a comment.

I did some research and I found that `lld` project does not contain any expensive checks. There is nothing to run on the expensive check builders.
But there is few builders that run the lld tests including `MachO/stabs.s`. As example `lld-x86_64-ubuntu-fast` - https://lab.llvm.org/buildbot/#/builders/58


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D105071



More information about the llvm-commits mailing list