[llvm] [AsmPrinter] Simplify $local after D131429. NFC (PR #128138)

Alexander Richardson via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 21 10:07:07 PST 2025


arichardson wrote:

Similarly, I wonder if we could change all the guarded `OutStreamer->emitELFSize` to just `OutStreamer->emitSymbolSize()` and make that a non-op on unsupported platforms. The emitELFSize() appears to be misnamed since e.g. WASM also sets the size.

https://github.com/llvm/llvm-project/pull/128138


More information about the llvm-commits mailing list