[PATCH] D122450: [ELF] Default to --no-fortran-common

Igor Kudrin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 28 13:12:26 PDT 2022


ikudrin added a comment.

If I understand it right, `--fortran-common` is useful in rare scenarios but can slow down linking when handling COMMON symbols, and it also hinders implementing the parallel symbol resolution. If that is true, I agree with the change.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D122450



More information about the llvm-commits mailing list