Skip to content

Commit 00add6e

Browse files
authored
[Driver] Remove duplicate -e on DragonFly (#65867)
6228122 was commited, but I noticed one spot was missed in the DragonFly Driver.
1 parent b908123 commit 00add6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/Driver/ToolChains/DragonFly.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ void dragonfly::Linker::ConstructJob(Compilation &C, const JobAction &JA,
117117
}
118118

119119
Args.AddAllArgs(CmdArgs,
120-
{options::OPT_L, options::OPT_T_Group, options::OPT_e});
120+
{options::OPT_L, options::OPT_T_Group});
121121

122122
AddLinkerInputs(getToolChain(), Inputs, Args, CmdArgs, JA);
123123

0 commit comments

Comments
 (0)