Skip to content

Commit cd1ad75

Browse files
authored
Update Clang.cpp
1 parent 10727e9 commit cd1ad75

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

clang/lib/Driver/ToolChains/Clang.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9184,7 +9184,6 @@ void LinkerWrapper::ConstructJob(Compilation &C, const JobAction &JA,
91849184
OPT_load,
91859185
OPT_fno_lto,
91869186
OPT_flto,
9187-
OPT_Zlinker_input,
91889187
OPT_flto_EQ};
91899188
const llvm::DenseSet<unsigned> LinkerOptions{OPT_mllvm, OPT_Zlinker_input};
91909189
auto ShouldForward = [&](const llvm::DenseSet<unsigned> &Set, Arg *A) {

0 commit comments

Comments
 (0)