[llvm] 1219221 - [gold-plugin] Unbreak the build after d9b9ce6c04764275a23cd0cf1856a35aae921af7

Benjamin Kramer via llvm-commits llvm-commits at lists.llvm.org
Wed May 20 02:56:29 PDT 2020


Author: Benjamin Kramer
Date: 2020-05-20T11:56:06+02:00
New Revision: 1219221f9ca165306e13d375e05682241d857c1c

URL: https://github.com/llvm/llvm-project/commit/1219221f9ca165306e13d375e05682241d857c1c
DIFF: https://github.com/llvm/llvm-project/commit/1219221f9ca165306e13d375e05682241d857c1c.diff

LOG: [gold-plugin] Unbreak the build after d9b9ce6c04764275a23cd0cf1856a35aae921af7

Added: 
    

Modified: 
    llvm/tools/gold/gold-plugin.cpp

Removed: 
    


################################################################################
diff  --git a/llvm/tools/gold/gold-plugin.cpp b/llvm/tools/gold/gold-plugin.cpp
index 50b017345c0c..7654d44ba008 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"


        


More information about the llvm-commits mailing list