[all-commits] [llvm/llvm-project] ffda52: [libc++] Make libc++ forward-compatible with Apple...
Louis Dionne via All-commits
all-commits at lists.llvm.org
Fri Jul 19 14:01:02 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ffda5212282b0b3ff943690738b314e3ac5254c3
https://github.com/llvm/llvm-project/commit/ffda5212282b0b3ff943690738b314e3ac5254c3
Author: Louis Dionne <ldionne.2 at gmail.com>
Date: 2024-07-19 (Fri, 19 Jul 2024)
Changed paths:
M libcxx/vendor/llvm/default_assertion_handler.in
Log Message:
-----------
[libc++] Make libc++ forward-compatible with AppleClang's definition of __builtin_verbose_trap (#99529)
AppleClang as included in the Xcode 16 beta implements
`__builtin_verbose_trap`, but it implements slightly different semantics
from the ones implemented upstream. This patch makes libc++ compatible
with either definition until we drop support for the version of
AppleClang that differs from upstream.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list