Skip to content

Commit c3750a5

Browse files
brad0ZijunZhaoCCK
authored andcommitted
[Driver] Remove duplicate -e on DragonFly (llvm#65867)
6228122 was commited, but I noticed one spot was missed in the DragonFly Driver.
1 parent 2dc78f8 commit c3750a5

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)