Update Triple.h location

Triple moved from ADT to TargetParser. Updating includes to reflect
that.
This commit is contained in:
Evan Wilde
2023-07-04 12:06:06 -07:00
parent 74c76b9723
commit 41d59b215a
27 changed files with 31 additions and 24 deletions

View File

@@ -13,7 +13,7 @@
#include "ScanFixture.h"
#include "swift/Basic/Platform.h"
#include "swift/Basic/Defer.h"
#include "llvm/ADT/Triple.h"
#include "llvm/TargetParser/Triple.h"
#include "llvm/Support/Host.h"
#include "llvm/Support/Path.h"
#include "llvm/Support/raw_ostream.h"