[all-commits] [llvm/llvm-project] 9e9c86: [ELF] Change some non-null pointer parameters to r...
Fangrui Song via All-commits
all-commits at lists.llvm.org
Mon Feb 28 11:19:14 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9e9c86fd6769a737d32b5f7a7513264d3cfc4f31
https://github.com/llvm/llvm-project/commit/9e9c86fd6769a737d32b5f7a7513264d3cfc4f31
Author: Fangrui Song <i at maskray.me>
Date: 2022-02-28 (Mon, 28 Feb 2022)
Changed paths:
M lld/ELF/ScriptParser.cpp
M lld/ELF/Writer.cpp
Log Message:
-----------
[ELF] Change some non-null pointer parameters to references. NFC
To decrease difference for D120650. Also, rename some `OutputSection *sec` (and
`cmd`) to the more common `osec`.
More information about the All-commits
mailing list