[all-commits] [llvm/llvm-project] 715bc5: [LLD] [MinGW] Ignore --sort-common option (#66336)
Julien Schueller via All-commits
all-commits at lists.llvm.org
Fri Sep 15 01:13:40 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 715bc5119051c5f404466512c50d58b033999426
https://github.com/llvm/llvm-project/commit/715bc5119051c5f404466512c50d58b033999426
Author: Julien Schueller <schueller at phimeca.com>
Date: 2023-09-15 (Fri, 15 Sep 2023)
Changed paths:
M lld/MinGW/Options.td
Log Message:
-----------
[LLD] [MinGW] Ignore --sort-common option (#66336)
like done in the ELF side
this would allow to use archlinux default mingw flags:
`-Wl,-O1,--sort-common,--as-needed -fstack-protector`
(on archlinux packages use the GNU linker by default)
More information about the All-commits
mailing list