[PATCH] D17788: Merge DarwinLdDriver and Driver.

Rui Ueyama via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 1 16:21:21 PST 2016


ruiu created this revision.
ruiu added a reviewer: lhames.
ruiu added a subscriber: llvm-commits.

Now that DarwinLdDriver is the only derived class of Driver.
This patch merges them and actually removed the class because
they can now just be non-member functions. This change simplifies
a common header, Driver.h.

http://reviews.llvm.org/D17788

Files:
  COFF/Driver.cpp
  COFF/Driver.h
  ELF/Driver.cpp
  ELF/Driver.h
  include/lld/Driver/Driver.h
  lib/Driver/CMakeLists.txt
  lib/Driver/DarwinLdDriver.cpp
  lib/Driver/Driver.cpp
  tools/lld/lld.cpp
  unittests/DriverTests/DarwinLdDriverTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D17788.49564.patch
Type: text/x-patch
Size: 13467 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160302/a07db899/attachment.bin>


More information about the llvm-commits mailing list