Skip to content

Commit

Permalink
[Driver] Remove a FIXME that didn't make a lot of sense.
Browse files Browse the repository at this point in the history
Thanks to Rui for pointing out!

llvm-svn: 250800
  • Loading branch information
dcci committed Oct 20, 2015
1 parent 06edc7c commit ea03901
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lld/ELF/Driver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,6 @@ void LinkerDriver::createFiles(opt::InputArgList &Args) {
for (auto *Arg : Args.filtered(OPT_undefined))
Config->Undefined.push_back(Arg->getValue());

// FIXME: Group -z options together in Config.
for (auto *Arg : Args.filtered(OPT_z)) {
if (Arg->getValue() == StringRef("nodelete"))
Config->ZNodelete = true;
Expand Down

0 comments on commit ea03901

Please sign in to comment.