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

@@ -21,8 +21,8 @@
#include "llvm/ADT/DenseSet.h"
#include "llvm/Option/ArgList.h"
#include "llvm/Support/CommandLine.h"
#include "llvm/Support/Host.h"
#include "llvm/Support/StringSaver.h"
#include "llvm/TargetParser/Host.h"
using namespace swift;
using namespace swift::driver;