summaryrefslogtreecommitdiff
path: root/lld/ELF
diff options
context:
space:
mode:
authorArchibald Elliott <archibald.elliott@arm.com>2023-02-07 12:21:51 +0000
committerArchibald Elliott <archibald.elliott@arm.com>2023-02-07 12:39:46 +0000
commit62c7f035b4392c1933550eead6ddab35122720bc (patch)
tree9eefb48c19061ee9d1116474d8a835dc96a53119 /lld/ELF
parent2399497c9d68c946764e3089fb0b4c8d29166d67 (diff)
downloadllvm-62c7f035b4392c1933550eead6ddab35122720bc.tar.gz
[NFC][TargetParser] Remove llvm/ADT/Triple.h
I also ran `git clang-format` to get the headers in the right order for the new location, which has changed the order of other headers in two files.
Diffstat (limited to 'lld/ELF')
-rw-r--r--lld/ELF/DriverUtils.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/ELF/DriverUtils.cpp b/lld/ELF/DriverUtils.cpp
index eda78a9cb36e..b08de02cb712 100644
--- a/lld/ELF/DriverUtils.cpp
+++ b/lld/ELF/DriverUtils.cpp
@@ -16,13 +16,13 @@
#include "Driver.h"
#include "lld/Common/CommonLinkerContext.h"
#include "lld/Common/Reproduce.h"
-#include "llvm/ADT/Triple.h"
#include "llvm/Option/Option.h"
#include "llvm/Support/CommandLine.h"
#include "llvm/Support/FileSystem.h"
#include "llvm/Support/Host.h"
#include "llvm/Support/Path.h"
#include "llvm/Support/TimeProfiler.h"
+#include "llvm/TargetParser/Triple.h"
#include <optional>
using namespace llvm;