[PATCH] D37489: Linker script handing of file patterns with COMMON defs
Dmitry Mikulin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 7 15:14:18 PDT 2017
dmikulin added a comment.
Are there Fortran FEs to LLVM? Might still be fairly common there.
If it doesn't cost much, keeping the sorting doesn't hurt, may save us a few alignment holes. Most of the cost is from section per common, not from sorting.
https://reviews.llvm.org/D37489
More information about the llvm-commits
mailing list