summaryrefslogtreecommitdiff
path: root/lld/tools
diff options
context:
space:
mode:
authorFangrui Song <i@maskray.me>2022-12-28 10:46:45 -0800
committerFangrui Song <i@maskray.me>2022-12-28 10:46:45 -0800
commit6b9a80de4906c79101af3b1cadcb3ef1edc62fbc (patch)
tree55a0b991fda3d344afb9ae3fb3947b523a6e0f89 /lld/tools
parentfa023e0fe81697c4b263b6ee751b345d0fd60b6a (diff)
downloadllvm-6b9a80de4906c79101af3b1cadcb3ef1edc62fbc.tar.gz
[lld] Fix iwyu problems after 83d59e05b201760e3f364ff6316301d347cbad95
The commit transitively includes lld/include/lld/Common/ErrorHandler.h into lld/include/lld/Common/Driver.h, which is not intended.
Diffstat (limited to 'lld/tools')
-rw-r--r--lld/tools/lld/lld.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lld/tools/lld/lld.cpp b/lld/tools/lld/lld.cpp
index 9b560896970b..eb746aeafaec 100644
--- a/lld/tools/lld/lld.cpp
+++ b/lld/tools/lld/lld.cpp
@@ -25,6 +25,7 @@
//
//===----------------------------------------------------------------------===//
+#include "lld/Common/CommonLinkerContext.h"
#include "lld/Common/Driver.h"
#include "lld/Common/ErrorHandler.h"
#include "lld/Common/Memory.h"