Skip to content
Commit 113b5688 authored by Sam Clegg's avatar Sam Clegg
Browse files

[lld][WebAssembly] Rename SymbolTable::getSymbols to match ELF backend. NFC

The ELF backend originally used `getSymbols()` but went though a
sequence of changes that resulted in this method being called
`symbols()`.

d8f8abbd replaced `getSymbols()` with
`forEachSymbol`.

a2fc9644 replaced `forEachSymbol` with
`llvm::iterator_range`.

e9262edf replaced `llvm::iterator_range`
with `symbols()`.

Differential Revision: https://reviews.llvm.org/D131284
parent c5c4ba37
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment