[clang] [llvm] [clang][builtin] Implement __builtin_allow_runtime_check (PR #87568)
Aaron Ballman via cfe-commits
cfe-commits at lists.llvm.org
Tue Apr 16 10:29:10 PDT 2024
================
@@ -3464,6 +3464,34 @@ Query for this feature with ``__has_builtin(__builtin_trap)``.
``__builtin_arm_trap`` is lowered to the ``llvm.aarch64.break`` builtin, and then to ``brk #payload``.
+``__builtin_allow_runtime_check``
----------------
AaronBallman wrote:
Okay, let's just skip this for now then, thank you!
https://github.com/llvm/llvm-project/pull/87568
More information about the cfe-commits
mailing list