[PATCH] D88518: Recognize setjmp and friends as builtins even if jmp_buf is not declared yet.

Martin Storsjö via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Oct 2 23:33:05 PDT 2020


mstorsjo added a comment.

In D88518#2309538 <https://reviews.llvm.org/D88518#2309538>, @rsmith wrote:

> In D88518#2308085 <https://reviews.llvm.org/D88518#2308085>, @mstorsjo wrote:
>
>> This broke use of setjmp for mingw on x86_64.
>
> Thanks, should be fixed in rG8fb2a235b0f22dedba72b8b559ba33171a8dcd09 <https://reviews.llvm.org/rG8fb2a235b0f22dedba72b8b559ba33171a8dcd09>.

Thanks for the quick fix!


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D88518/new/

https://reviews.llvm.org/D88518



More information about the cfe-commits mailing list