[all-commits] [llvm/llvm-project] 08d55c: [lld-macho] Refactor parseSections to avoid creati...
Vincent Lee via All-commits
all-commits at lists.llvm.org
Mon Aug 16 18:48:20 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 08d55c5c0156a3759d375711771fccfa3e9a79a5
https://github.com/llvm/llvm-project/commit/08d55c5c0156a3759d375711771fccfa3e9a79a5
Author: Vincent Lee <leevince at fb.com>
Date: 2021-08-16 (Mon, 16 Aug 2021)
Changed paths:
M lld/MachO/InputFiles.cpp
Log Message:
-----------
[lld-macho] Refactor parseSections to avoid creating isec on LLVM segments
Address post follow up comment in D108016. Avoid creating isec for
LLVM segments since we are skipping over it.
Reviewed By: #lld-macho, int3
Differential Revision: https://reviews.llvm.org/D108167
More information about the All-commits
mailing list