This is an archive of the discontinued LLVM Phabricator instance.

[Sparc] Create an error when `__builtin_longjmp` is used
ClosedPublic

Authored by xtkoba on Aug 29 2021, 3:44 PM.

Details

Summary

For Sparc, the support for builtin setjmp/longjmp is removed by https://reviews.llvm.org/D51487. An error should be created when compiling a C code using __builtin_setjmp or __builtin_longjmp.

Diff Detail

Event Timeline

xtkoba created this revision.Aug 29 2021, 3:44 PM
xtkoba requested review of this revision.Aug 29 2021, 3:44 PM
This revision is now accepted and ready to land.Oct 13 2021, 1:34 AM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptDec 3 2021, 8:42 PM
Herald added a subscriber: cfe-commits. · View Herald Transcript