[flang-commits] [clang] [flang] [flang][Driver] Let the linker fail on multiple definitions of main() (PR #73124)
Michael Klemm via flang-commits
flang-commits at lists.llvm.org
Tue Nov 28 00:51:51 PST 2023
mjklemm wrote:
Folks, I have made another attempt to improve this patch. @kparzysz with your feedback in mind, I have now added a check if `--whole-archive` is active for some reason. If so, flang will not add it to the link line again.
https://github.com/llvm/llvm-project/pull/73124
More information about the flang-commits
mailing list