[Lldb-commits] [lldb] [llvm] [lldb] Run the LLDB test suite under MTE on capable Apple HW (PR #185780)
David Spickett via lldb-commits
lldb-commits at lists.llvm.org
Thu Mar 12 02:08:01 PDT 2026
================
@@ -163,6 +163,30 @@ if (LLDB_ENABLE_LIBEDIT)
set(CMAKE_EXTRA_INCLUDE_FILES)
endif()
+if (APPLE)
+ set(default_enable_mte OFF)
+
+ # Default to ON on capable hardware when assertions are enabled.
+ if (LLVM_ENABLE_ASSERTIONS)
----------------
DavidSpickett wrote:
As the platform holders, it's up to you what you want to do. I just wondered if I had missed something about the implementation of MTE on Darwin.
https://github.com/llvm/llvm-project/pull/185780
More information about the lldb-commits
mailing list