Sink some triple predicates into swiftBasic.

getPlatformNameForTriple isn't currently being used anywhere elsee, but
this seems more consistent.

No functionality change.

Swift SVN r17002
This commit is contained in:
Jordan Rose
2014-04-28 23:39:15 +00:00
parent 7a18f7231d
commit 84f4d3b9fa
7 changed files with 79 additions and 38 deletions

View File

@@ -14,6 +14,7 @@
#include "swift/Strings.h"
#include "swift/AST/DiagnosticsFrontend.h"
#include "swift/Basic/Platform.h"
#include "swift/Driver/Options.h"
#include "swift/Driver/Util.h"
#include "llvm/ADT/STLExtras.h"