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.
Details
Details
- Reviewers
lhames
Diff Detail
Diff Detail
Event Timeline
lib/Driver/DarwinLdDriver.cpp | ||
---|---|---|
1260 | drive-by nit: closing namespace comments |
Comment Actions
LGTM.
As a side note: we plan to experiment with new Atom-based formats and drivers in the future, so any assumption that Atoms == MachO should be generally be avoided in refactors. That said, this looks like generically good clean-up.
drive-by nit: closing namespace comments