summaryrefslogtreecommitdiff
path: root/lld/include
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/include
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/include')
-rw-r--r--lld/include/lld/Common/Driver.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lld/include/lld/Common/Driver.h b/lld/include/lld/Common/Driver.h
index f3a80a86e989..19573e6e100d 100644
--- a/lld/include/lld/Common/Driver.h
+++ b/lld/include/lld/Common/Driver.h
@@ -9,7 +9,6 @@
#ifndef LLD_COMMON_DRIVER_H
#define LLD_COMMON_DRIVER_H
-#include "lld/Common/CommonLinkerContext.h"
#include "llvm/ADT/ArrayRef.h"
#include "llvm/Support/raw_ostream.h"