[PATCH] D43516: [WebAssembly] Remove unused header
Sam Clegg via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 20 10:21:30 PST 2018
sbc100 created this revision.
Herald added subscribers: llvm-commits, sunfish, aheejin, jgravelle-google, dschuff, jfb.
This header used to be needed here for the `OutRelocation` struct
but that no longer exists.
Repository:
rLLD LLVM Linker
https://reviews.llvm.org/D43516
Files:
wasm/InputChunks.h
wasm/InputFiles.h
Index: wasm/InputFiles.h
===================================================================
--- wasm/InputFiles.h
+++ wasm/InputFiles.h
@@ -18,7 +18,6 @@
#include "llvm/Support/MemoryBuffer.h"
#include "Symbols.h"
-#include "WriterUtils.h"
#include <vector>
Index: wasm/InputChunks.h
===================================================================
--- wasm/InputChunks.h
+++ wasm/InputChunks.h
@@ -17,7 +17,6 @@
#include "Config.h"
#include "InputFiles.h"
-#include "WriterUtils.h"
#include "lld/Common/ErrorHandler.h"
#include "llvm/Object/Wasm.h"
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D43516.135093.patch
Type: text/x-patch
Size: 571 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180220/c474ce93/attachment.bin>
More information about the llvm-commits
mailing list