Skip to content

Commit

Permalink
[Driver] Remove duplicate -e on DragonFly (llvm#65867)
Browse files Browse the repository at this point in the history
6228122 was commited, but I noticed one
spot was missed in the DragonFly Driver.
  • Loading branch information
brad0 authored Sep 11, 2023
1 parent b908123 commit 00add6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clang/lib/Driver/ToolChains/DragonFly.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ void dragonfly::Linker::ConstructJob(Compilation &C, const JobAction &JA,
}

Args.AddAllArgs(CmdArgs,
{options::OPT_L, options::OPT_T_Group, options::OPT_e});
{options::OPT_L, options::OPT_T_Group});

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

Expand Down

0 comments on commit 00add6e

Please sign in to comment.