[PATCH] D114543: Extend the `uwtable` attribute with unwind table kind
Eli Friedman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 28 14:01:03 PST 2022
efriedma added a comment.
In D114543#3275683 <https://reviews.llvm.org/D114543#3275683>, @chill wrote:
> By "two values", do you mean two separate attributes? Would you like to discuss this idea in this thread https://lists.llvm.org/pipermail/llvm-dev/2021-November/153768.html ?
I don't really have a preference about `uwtable_asynchronous` vs. `uwtable((asynchronous))` or whatever. I just don't want the literal numbers "1" and "2" in IR.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D114543/new/
https://reviews.llvm.org/D114543
More information about the llvm-commits
mailing list