diff options
author | Michael Forney <mforney@mforney.org> | 2021-11-25 09:42:29 -0800 |
---|---|---|
committer | Michael Forney <mforney@mforney.org> | 2021-11-25 09:42:41 -0800 |
commit | 06d52f69408299eff611e57b39714b37abbb06a8 (patch) | |
tree | 9f4235037f80bfd68c5fb2972653798013113ed1 /cc.h | |
parent | e345d6fc4e3223e2d2655114c8829538276a0bb9 (diff) |
Add __builtin_unreachable stub
Diffstat (limited to 'cc.h')
-rw-r--r-- | cc.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -250,6 +250,7 @@ enum builtinkind { BUILTINNANF, BUILTINOFFSETOF, BUILTINTYPESCOMPATIBLEP, + BUILTINUNREACHABLE, BUILTINVAARG, BUILTINVACOPY, BUILTINVAEND, |