Skip to content

Commit

Permalink
gnu.cfg: Added support for __builtin_unreachable () (danmar#6359)
Browse files Browse the repository at this point in the history
  • Loading branch information
orbitcowboy authored Apr 28, 2024
1 parent 1b37807 commit b3f3606
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cfg/gnu.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,8 @@
<arg nr="2"/>
</function>
<!-- void __builtin_trap (void) -->
<function name="__builtin_trap">
<!-- void __builtin_unreachable (void) -->
<function name="__builtin_trap,__builtin_unreachable">
<noreturn>true</noreturn>
</function>
<!-- int __builtin_popcount (unsigned int x) -->
Expand Down

0 comments on commit b3f3606

Please sign in to comment.