NFC: Import llvm/TargetParser/Host.h instead of llvm/Support/Host.h.

This commit is contained in:
Allan Shortlidge
2024-01-15 23:41:27 -08:00
parent 47803aad3b
commit 35fd79af57
6 changed files with 10 additions and 9 deletions

View File

@@ -11,12 +11,12 @@
//===----------------------------------------------------------------------===//
#include "ScanFixture.h"
#include "swift/Basic/Platform.h"
#include "swift/Basic/Defer.h"
#include "llvm/TargetParser/Triple.h"
#include "llvm/Support/Host.h"
#include "swift/Basic/Platform.h"
#include "llvm/Support/Path.h"
#include "llvm/Support/raw_ostream.h"
#include "llvm/TargetParser/Host.h"
#include "llvm/TargetParser/Triple.h"
#include "gtest/gtest.h"
#include <string>