mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-09 02:06:05 +00:00

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 llvm-svn: 262502