[all-commits] [llvm/llvm-project] dc2c6c: [lld][MachO] Adjust isCodeSection signature
Alexander Shaposhnikov via All-commits
all-commits at lists.llvm.org
Mon May 17 22:10:24 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: dc2c6cf2749fb1655839704a184067d1c6b48ee5
https://github.com/llvm/llvm-project/commit/dc2c6cf2749fb1655839704a184067d1c6b48ee5
Author: Alexander Shaposhnikov <alexshap at fb.com>
Date: 2021-05-17 (Mon, 17 May 2021)
Changed paths:
M lld/MachO/InputSection.cpp
M lld/MachO/InputSection.h
Log Message:
-----------
[lld][MachO] Adjust isCodeSection signature
This diff changes the type of the argument of isCodeSection to const InputSection *.
NFC.
Test plan: make check-lld-macho
Differential revision: https://reviews.llvm.org/D102664
More information about the All-commits
mailing list