[Clang] Fix mispelled option passed to the linker wrapper
authorJoseph Huber <jhuber6@vols.utk.edu>
Sat, 7 Jan 2023 02:02:23 +0000 (20:02 -0600)
committerJoseph Huber <jhuber6@vols.utk.edu>
Sat, 7 Jan 2023 02:02:23 +0000 (20:02 -0600)
commitcf97ee75f080579d2bbf2a559ec5d46ee00d828d
tree10d1d53255376b20290703dc36c305bc93d5a4ed
parentf5f746f1efd45a6e9ed8ca9be26e8c01c5aa00b1
[Clang] Fix mispelled option passed to the linker wrapper

Summary:
This option was spelled wrong and caused errors if used in combination
with the linking job. Fix it.
clang/lib/Driver/ToolChains/Clang.cpp