summaryrefslogtreecommitdiffstats
path: root/lld/wasm/InputChunks.h
diff options
context:
space:
mode:
Diffstat (limited to 'lld/wasm/InputChunks.h')
-rw-r--r--lld/wasm/InputChunks.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/wasm/InputChunks.h b/lld/wasm/InputChunks.h
index ba2bb6f0e54..b8e4c327323 100644
--- a/lld/wasm/InputChunks.h
+++ b/lld/wasm/InputChunks.h
@@ -53,7 +53,7 @@ public:
StringRef getComdatName() const;
virtual uint32_t getInputSectionOffset() const = 0;
- size_t NumRelocations() const { return Relocations.size(); }
+ size_t getNumRelocations() const { return Relocations.size(); }
void writeRelocations(llvm::raw_ostream &OS) const;
ObjFile *File;
OpenPOWER on IntegriCloud