Skip to content

Commit 2b2c04b

Browse files
Update lld/MinGW/Driver.cpp
Co-authored-by: jeremyd2019 <[email protected]>
1 parent 7a36b4e commit 2b2c04b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lld/MinGW/Driver.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -554,6 +554,7 @@ bool link(ArrayRef<const char *> argsArr, llvm::raw_ostream &stdoutOS,
554554
searchPaths.push_back(a->getValue());
555555
add("-libpath:" + StringRef(a->getValue()));
556556
}
557+
557558
StringRef dllPrefix = "lib";
558559
if (auto *arg = args.getLastArg(OPT_dll_search_prefix))
559560
dllPrefix = arg->getValue();

0 commit comments

Comments
 (0)