[PATCH] D133003: [ELF] Parallelize relocation scanning

Abhina Sree via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 13 06:38:22 PDT 2022


abhina.sreeskantharajan added a comment.

On z/OS this would also break the build because there is no support for TLS. To workaround this we have disabled LLVM_ENABLE_THREADS here https://github.com/llvm/llvm-project/blob/main/llvm/CMakeLists.txt#L478 . Would we be able to move the declaration inside #if LLVM_ENABLE_THREADS? Thanks in advance


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D133003



More information about the llvm-commits mailing list