[lld] [lld-macho][NFC] Refactor insertions into inputSections (PR #85692)

via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 20 12:35:56 PDT 2024


================
@@ -369,6 +369,7 @@ constexpr const char addrSig[] = "__llvm_addrsig";
 
 } // namespace section_names
 
+void addInputSection(InputSection *inputSection);
----------------
alx32 wrote:

Added docs to function body. 

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


More information about the llvm-commits mailing list