forked from OSchip/llvm-project
parent
8a534b03c1
commit
c0d41195b5
|
@ -225,7 +225,7 @@ class WasmObjectWriter : public MCObjectWriter {
|
|||
DenseMap<const MCSectionWasm *, std::vector<WasmRelocationEntry>>
|
||||
CustomSectionsRelocations;
|
||||
|
||||
// Map from section to fintining function.
|
||||
// Map from section to defining function symbol.
|
||||
DenseMap<const MCSection *, const MCSymbol *> SectionFunctions;
|
||||
|
||||
DenseMap<WasmFunctionType, int32_t, WasmFunctionTypeDenseMapInfo>
|
||||
|
|
Loading…
Reference in New Issue