[Lldb-commits] [lldb] [llvm] [lldb] Skip tests that are incompatible with MTE (PR #186043)

David Spickett via lldb-commits lldb-commits at lists.llvm.org
Thu Mar 12 02:21:29 PDT 2026


================
@@ -182,6 +182,8 @@ if (APPLE)
   if (LLDB_ENABLE_MTE)
     message(STATUS "Running the LLDB test suite with MTE")
   endif()
+else()
+  set(LLDB_ENABLE_MTE OFF)
----------------
DavidSpickett wrote:

You did this below, cool.

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


More information about the lldb-commits mailing list