[PATCH] D83655: [AsmPrinter] Split up .gcc_except_table
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 2 09:14:04 PST 2020
MaskRay added inline comments.
Herald added a subscriber: pengfei.
================
Comment at: llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp:858
+ LSDA->getType(), Flags, 0, Group,
+ MCSection::NonUniqueID, nullptr);
+}
----------------
rahmanl wrote:
> I have a question here: Why can't we use a unique ID and use the same section name ('gcc_except_table')?
We can... the logic will become more complicated. I'm going to do this.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D83655/new/
https://reviews.llvm.org/D83655
More information about the llvm-commits
mailing list