[Lldb-commits] [lldb] [lldb] Add a reason for all requireNot* decorators. (PR #214701)
David Spickett via lldb-commits
lldb-commits at lists.llvm.org
Fri Aug 7 05:29:56 PDT 2026
================
@@ -11,7 +11,7 @@
exe_name = "uaf" # Must match Makefile
- at requireNotWasm # memory tagging is a Darwin AArch64 feature
+ at requireNotWasm("memory tagging is a Darwin AArch64 feature")
----------------
DavidSpickett wrote:
Not for this PR, but - this test sounds like it should require Darwin rather than notWasm.
Maybe the current decorators think WASM on Darwin == Darwin?
https://github.com/llvm/llvm-project/pull/214701
More information about the lldb-commits
mailing list