[PATCH] D35701: Break up Targets.cpp into a header/impl pair per target type[NFCI]

Erich Keane via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jul 21 10:29:17 PDT 2017


erichkeane added inline comments.


================
Comment at: lib/Basic/Targets/OSTargets.h:13
+
+//===----------------------------------------------------------------------===//
+// Defines specific to certain operating systems.
----------------
craig.topper wrote:
> This comment seems somewhat redundant with the earlier one.
Ah, yeah.  That one came from copy/paste from the targets file.  removed.


https://reviews.llvm.org/D35701





More information about the cfe-commits mailing list