summaryrefslogtreecommitdiffstats
path: root/lld/wasm/InputFiles.cpp
diff options
context:
space:
mode:
authorRui Ueyama <ruiu@google.com>2017-11-28 20:39:17 +0000
committerRui Ueyama <ruiu@google.com>2017-11-28 20:39:17 +0000
commit2017d52b54c181f2236e6c94d43f4aa43c30583f (patch)
tree9c6f4a2dab676e0725580e905e9a1d01be4287ac /lld/wasm/InputFiles.cpp
parent7b361b50d88fd142cada51b3545ae6c0803c44a5 (diff)
downloadbcm5719-llvm-2017d52b54c181f2236e6c94d43f4aa43c30583f.tar.gz
bcm5719-llvm-2017d52b54c181f2236e6c94d43f4aa43c30583f.zip
Move Memory.{h,cpp} to Common.
Differential Revision: https://reviews.llvm.org/D40571 llvm-svn: 319221
Diffstat (limited to 'lld/wasm/InputFiles.cpp')
-rw-r--r--lld/wasm/InputFiles.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/wasm/InputFiles.cpp b/lld/wasm/InputFiles.cpp
index 81b6e7c0c49..9cb4e08619c 100644
--- a/lld/wasm/InputFiles.cpp
+++ b/lld/wasm/InputFiles.cpp
@@ -11,10 +11,10 @@
#include "Config.h"
#include "InputSegment.h"
-#include "Memory.h"
#include "Strings.h"
#include "SymbolTable.h"
#include "lld/Common/ErrorHandler.h"
+#include "lld/Common/Memory.h"
#include "llvm/Object/Binary.h"
#include "llvm/Object/Wasm.h"
#include "llvm/Support/raw_ostream.h"
OpenPOWER on IntegriCloud