mirror of
https://github.com/intel/llvm.git
synced 2026-01-25 10:55:58 +08: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