summaryrefslogtreecommitdiffstats
path: root/lld/wasm/SymbolTable.h
diff options
context:
space:
mode:
authorSam Clegg <sbc@chromium.org>2018-08-02 20:39:19 +0000
committerSam Clegg <sbc@chromium.org>2018-08-02 20:39:19 +0000
commit4c2cbfe68d4090411b87b0b5daa14ce08c8cc9ea (patch)
treeb312c84b5cb97593424334c5cf299e3bf69c3994 /lld/wasm/SymbolTable.h
parent2425338bacc233566363ae37f97551e31f34ca3f (diff)
downloadbcm5719-llvm-4c2cbfe68d4090411b87b0b5daa14ce08c8cc9ea.tar.gz
bcm5719-llvm-4c2cbfe68d4090411b87b0b5daa14ce08c8cc9ea.zip
Set IsUsedInRegularObj in a consistent manor between COFF, ELF and wasm. NFC
Differential Revision: https://reviews.llvm.org/D49147 llvm-svn: 338767
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 26242e6cddd..de4b716974e 100644
--- a/lld/wasm/SymbolTable.h
+++ b/lld/wasm/SymbolTable.h
@@ -77,7 +77,7 @@ public:
InputFunction *Function);
private:
- std::pair<Symbol *, bool> insert(StringRef Name);
+ std::pair<Symbol *, bool> insert(StringRef Name, InputFile *File);
llvm::DenseMap<llvm::CachedHashStringRef, Symbol *> SymMap;
std::vector<Symbol *> SymVector;
OpenPOWER on IntegriCloud