================ @@ -11512,6 +11512,8 @@ def err_builtin_setjmp_unsupported : Error< def err_builtin_longjmp_invalid_val : Error< "argument to __builtin_longjmp must be a constant 1">; def err_builtin_requires_language : Error<"'%0' is only available in %1">; +def err_builtin_requires_char_bit_8 : Error< + "'%0' is only available on targets where CHAR_BIT == 8">; ---------------- AaronBallman wrote:
```suggestion "'%0' is only available on targets where 'CHAR_BIT == 8'">; ``` https://github.com/llvm/llvm-project/pull/197358 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
