summaryrefslogtreecommitdiffstats
path: root/lld/wasm/InputFiles.h
diff options
context:
space:
mode:
Diffstat (limited to 'lld/wasm/InputFiles.h')
-rw-r--r--lld/wasm/InputFiles.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/lld/wasm/InputFiles.h b/lld/wasm/InputFiles.h
index 538197c4fa9..7828c8cfe99 100644
--- a/lld/wasm/InputFiles.h
+++ b/lld/wasm/InputFiles.h
@@ -117,8 +117,7 @@ private:
uint32_t relocateTableIndex(uint32_t Original) const;
Symbol *createDefined(const WasmSymbol &Sym, Symbol::Kind Kind,
- const InputSegment *Segment = nullptr,
- InputFunction *Function = nullptr,
+ InputChunk *Chunk = nullptr,
uint32_t Address = UINT32_MAX);
Symbol *createUndefined(const WasmSymbol &Sym, Symbol::Kind Kind,
const WasmSignature *Signature = nullptr);
OpenPOWER on IntegriCloud