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

Jez Ng via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 30 15:38:35 PDT 2021


int3 added a comment.

> I did some research and I found that lld project does not contain any expensive checks.

Maybe I'm misunderstanding, but we did have tests that were failing when configured with `-DLLVM_ENABLE_EXPENSIVE_CHECKS=ON`. We don't have LLD code that ifdef's on EXPENSIVE_CHECKS, but we use a bunch of LLVM data structures which do


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