[Lldb-commits] [lldb] [lldb][test] 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:25:33 PDT 2025
================
@@ -0,0 +1,17 @@
+# REQUIRES: clang
+
+# RUN: %clang_host -g -O0 %S/Inputs/ubsan_add_overflow.cpp -o %t.out \
----------------
DavidSpickett wrote:
Also I have a feeling this doesn't need to be host, because the shell tests can be run remotely. I looked at the other tests and they are all %clang_host though.
So this is not an issue with this test it's with a category of tests. Which is not your responsibility, so you don't need to change anything here.
https://github.com/llvm/llvm-project/pull/151231
More information about the lldb-commits
mailing list