[all-commits] [llvm/llvm-project] 8f24d1: [LLD] [MinGW] Support both "--opt value" and "--op...
Martin Storsjö via All-commits
all-commits at lists.llvm.org
Mon Aug 9 23:24:59 PDT 2021
Branch: refs/heads/release/13.x
Home: https://github.com/llvm/llvm-project
Commit: 8f24d178691f522d9ed46eef84f8408979b1db51
https://github.com/llvm/llvm-project/commit/8f24d178691f522d9ed46eef84f8408979b1db51
Author: Martin Storsjö <martin at martin.st>
Date: 2021-08-09 (Mon, 09 Aug 2021)
Changed paths:
M lld/MinGW/Options.td
M lld/test/MinGW/driver.test
Log Message:
-----------
[LLD] [MinGW] Support both "--opt value" and "--opt=value" for more options
This does the same fix as D107237 but for a couple more options,
converting all remaining cases of such options to accept both
forms, for consistency. This fixes building e.g. openldap, which
uses --image-base=<value>.
Differential Revision: https://reviews.llvm.org/D107253
(cherry picked from commit b7fb5b54a93099cf3d7ac64f4a95d9942bc2e6a7)
More information about the All-commits
mailing list