[PATCH] D102336: [MC][NFCI] Factor out ELF section unique ID calculation
Tomas Matheson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 12 10:20:18 PDT 2021
tmatheson created this revision.
Herald added a subscriber: hiraditya.
tmatheson requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Precursor to D100944 <https://reviews.llvm.org/D100944>. The logic for determining the unique ID had become
quite difficult to reason about, so I have factored this out into a
separate function.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D102336
Files:
llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D102336.344862.patch
Type: text/x-patch
Size: 7309 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210512/b4dcb26f/attachment.bin>
More information about the llvm-commits
mailing list