[Lldb-commits] [lldb] [lldb] Add LLDB test for UBSan trap frame recognizer (PR #151231)
David Spickett via lldb-commits
lldb-commits at lists.llvm.org
Wed Jul 30 01:23:30 PDT 2025
================
@@ -0,0 +1,17 @@
+# REQUIRES: clang
----------------
DavidSpickett wrote:
No other test has this requirement. I think we're assuming that LLDB_TEST_COMPILER is always clang or something that can act like it. Which might be a bad thing in itself but I think means you don't need this requires here.
https://github.com/llvm/llvm-project/pull/151231
More information about the lldb-commits
mailing list