[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:20:25 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:
Double check if this needs to be boolifyed / canonicalised somewhere because I recall issues in the past getting cmake variables down to the test suite. Sometimes it would work sometimes not, until I added the variable to that step.
...which I have forgotten the location of now.
https://github.com/llvm/llvm-project/pull/186043
More information about the lldb-commits
mailing list