[libcxx-commits] [PATCH] D112432: [ARM][libcxxabi] Add PACBTI-M support to libcxxabi
Ties Stuij via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Dec 10 01:53:56 PST 2021
This revision was not accepted when it landed; it landed in state "Needs Review".
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG69faae2376c1: [ARM][libcxxabi] Add PACBTI-M support to libcxxabi (authored by stuij).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D112432/new/
https://reviews.llvm.org/D112432
Files:
libcxxabi/src/cxa_exception.cpp
Index: libcxxabi/src/cxa_exception.cpp
===================================================================
--- libcxxabi/src/cxa_exception.cpp
+++ libcxxabi/src/cxa_exception.cpp
@@ -378,6 +378,9 @@
" .globl __cxa_end_cleanup\n"
" .type __cxa_end_cleanup,%function\n"
"__cxa_end_cleanup:\n"
+#if defined(__ARM_FEATURE_BTI_DEFAULT)
+ " bti\n"
+#endif
" push {r1, r2, r3, lr}\n"
" bl __cxa_end_cleanup_impl\n"
" pop {r1, r2, r3, r4}\n"
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D112432.393404.patch
Type: text/x-patch
Size: 467 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20211210/4e905f87/attachment-0001.bin>
More information about the libcxx-commits
mailing list