aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Object/WasmObjectFile.cpp
diff options
context:
space:
mode:
authorSam Clegg <sbc@chromium.org>2022-08-05 12:54:29 -0700
committerSam Clegg <sbc@chromium.org>2022-08-31 14:33:45 -0700
commit113b5688297256c4c8c43733d511dd8493461fa5 (patch)
tree8340b4adbe3720e830e9d50dbde0d108db97e15b /llvm/lib/Object/WasmObjectFile.cpp
parentc5c4ba37b19e14f3f4c9c1bf950d46e90602c084 (diff)
downloadllvm-113b5688297256c4c8c43733d511dd8493461fa5.zip
llvm-113b5688297256c4c8c43733d511dd8493461fa5.tar.gz
llvm-113b5688297256c4c8c43733d511dd8493461fa5.tar.bz2
[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()`. d8f8abbd4a2823f223bd7bc56445541fb221b512 replaced `getSymbols()` with `forEachSymbol`. a2fc96441788fba1e4709d63677f34ed8e321dae replaced `forEachSymbol` with `llvm::iterator_range`. e9262edf0d11a907763098d8e101219ccd9c43e9 replaced `llvm::iterator_range` with `symbols()`. Differential Revision: https://reviews.llvm.org/D131284
Diffstat (limited to 'llvm/lib/Object/WasmObjectFile.cpp')
0 files changed, 0 insertions, 0 deletions