[all-commits] [llvm/llvm-project] dd7575: [LLD] [MinGW] Pass the canExitEarly parameter thro...
Martin Storsjö via All-commits
all-commits at lists.llvm.org
Tue May 18 05:09:34 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: dd7575ba44f0e255e3d3c04bc60648a8d41a18d4
https://github.com/llvm/llvm-project/commit/dd7575ba44f0e255e3d3c04bc60648a8d41a18d4
Author: Martin Storsjö <martin at martin.st>
Date: 2021-05-18 (Tue, 18 May 2021)
Changed paths:
M lld/MinGW/Driver.cpp
Log Message:
-----------
[LLD] [MinGW] Pass the canExitEarly parameter through properly
The MinGW driver passed a hardcoded true to this parameter
since 6f4e255219f2a7878d3, but when the MinGW driver got the
canExitEarly parameter for consistency in b11386f9be9b2dc7276, this
call was missed so it wasn't passed on properly.
More information about the All-commits
mailing list