[PATCH] D83655: [AsmPrinter] Split up .gcc_except_table
Rahman Lavaee via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Nov 1 11:18:06 PST 2020
rahmanl added inline comments.
================
Comment at: llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp:858
+ LSDA->getType(), Flags, 0, Group,
+ MCSection::NonUniqueID, nullptr);
+}
----------------
I have a question here: Why can't we use a unique ID and use the same section name ('gcc_except_table')?
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