summaryrefslogtreecommitdiffstats
path: root/lld/wasm/SymbolTable.h
diff options
context:
space:
mode:
authorSam Clegg <sbc@chromium.org>2019-04-09 05:41:52 +0000
committerSam Clegg <sbc@chromium.org>2019-04-09 05:41:52 +0000
commit0cfaa2470f5552a33352454fec08fea66dcba071 (patch)
treef4bdbf3e90d0ee37e71c0bda620f64a62d3675dc /lld/wasm/SymbolTable.h
parent3f2096833a7bce99aea7b06468621a3a5be6475e (diff)
downloadbcm5719-llvm-0cfaa2470f5552a33352454fec08fea66dcba071.tar.gz
bcm5719-llvm-0cfaa2470f5552a33352454fec08fea66dcba071.zip
[WebAssembly] Ensure ArchiveName is set even in the presence of --whole-archive.
Differential Revision: https://reviews.llvm.org/D60431 llvm-svn: 357966
Diffstat (limited to 'lld/wasm/SymbolTable.h')
-rw-r--r--lld/wasm/SymbolTable.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/wasm/SymbolTable.h b/lld/wasm/SymbolTable.h
index afb1bb97d44..22cae65a90c 100644
--- a/lld/wasm/SymbolTable.h
+++ b/lld/wasm/SymbolTable.h
@@ -39,7 +39,7 @@ public:
void addCombinedLTOObject();
std::vector<ObjFile *> ObjectFiles;
- std::vector<InputFile *> SharedFiles;
+ std::vector<SharedFile *> SharedFiles;
std::vector<BitcodeFile *> BitcodeFiles;
std::vector<InputFunction *> SyntheticFunctions;
std::vector<InputGlobal *> SyntheticGlobals;
OpenPOWER on IntegriCloud