[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:32 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:

The python thing makes me think it should only be enabled for developers and by developers though. For the time being.

https://github.com/llvm/llvm-project/pull/185780


More information about the lldb-commits mailing list