summaryrefslogtreecommitdiff
path: root/lld/COFF
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/COFF
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/COFF')
-rw-r--r--lld/COFF/Driver.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lld/COFF/Driver.cpp b/lld/COFF/Driver.cpp
index 58bb15e7d37a..2c2b0dbad822 100644
--- a/lld/COFF/Driver.cpp
+++ b/lld/COFF/Driver.cpp
@@ -18,6 +18,7 @@
#include "Symbols.h"
#include "Writer.h"
#include "lld/Common/Args.h"
+#include "lld/Common/CommonLinkerContext.h"
#include "lld/Common/Driver.h"
#include "lld/Common/Filesystem.h"
#include "lld/Common/Timer.h"