aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/gold
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2020-05-20 11:55:37 +0200
committerBenjamin Kramer <benny.kra@googlemail.com>2020-05-20 11:56:06 +0200
commit1219221f9ca165306e13d375e05682241d857c1c (patch)
tree24c79165c203ec2e4135c1ec043d343094c01931 /llvm/tools/gold
parentbcbd26bfe61a35e31b1f7e98b5761a1055273b69 (diff)
downloadllvm-1219221f9ca165306e13d375e05682241d857c1c.zip
llvm-1219221f9ca165306e13d375e05682241d857c1c.tar.gz
llvm-1219221f9ca165306e13d375e05682241d857c1c.tar.bz2
[gold-plugin] Unbreak the build after d9b9ce6c04764275a23cd0cf1856a35aae921af7
Diffstat (limited to 'llvm/tools/gold')
-rw-r--r--llvm/tools/gold/gold-plugin.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/tools/gold/gold-plugin.cpp b/llvm/tools/gold/gold-plugin.cpp
index 50b0173..7654d44 100644
--- a/llvm/tools/gold/gold-plugin.cpp
+++ b/llvm/tools/gold/gold-plugin.cpp
@@ -24,6 +24,7 @@
#include "llvm/Support/CachePruning.h"
#include "llvm/Support/CommandLine.h"
#include "llvm/Support/FileSystem.h"
+#include "llvm/Support/Host.h"
#include "llvm/Support/ManagedStatic.h"
#include "llvm/Support/MemoryBuffer.h"
#include "llvm/Support/Path.h"