[Lldb-commits] [lldb] [lldb][test] Add LLDB test for UBSan trap frame recognizer (PR #151231)
Dan Liew via lldb-commits
lldb-commits at lists.llvm.org
Wed Jul 30 10:57:16 PDT 2025
================
@@ -0,0 +1,8 @@
+#include <limits.h>
+
+int main() {
+ volatile int a = INT_MAX;
----------------
delcypher wrote:
Why is `volatile` here?
https://github.com/llvm/llvm-project/pull/151231
More information about the lldb-commits
mailing list