summaryrefslogtreecommitdiff
path: root/lld/ELF/SymbolTable.h
diff options
context:
space:
mode:
authorRui Ueyama <ruiu@google.com>2018-02-28 17:38:19 +0000
committerRui Ueyama <ruiu@google.com>2018-02-28 17:38:19 +0000
commitf3c6b7923b8c619b1bf3fa8369dc54882a30f4c1 (patch)
tree34f5b1c4277f49e030b39fb1e0d5e3b38a1178c8 /lld/ELF/SymbolTable.h
parent71b83870fe932a18ca4962d136c7c7560821d93d (diff)
Merge {COFF,ELF}/Strings.cpp to Common/Strings.cpp.
This should resolve the issue that lld build fails in some hosts that uses case-insensitive file system. Differential Revision: https://reviews.llvm.org/D43788
Diffstat (limited to 'lld/ELF/SymbolTable.h')
-rw-r--r--lld/ELF/SymbolTable.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/ELF/SymbolTable.h b/lld/ELF/SymbolTable.h
index e36b52e2195..7937a2a4a31 100644
--- a/lld/ELF/SymbolTable.h
+++ b/lld/ELF/SymbolTable.h
@@ -12,7 +12,7 @@
#include "InputFiles.h"
#include "LTO.h"
-#include "Strings.h"
+#include "lld/Common/Strings.h"
#include "llvm/ADT/CachedHashString.h"
#include "llvm/ADT/DenseMap.h"