[Lldb-commits] [lldb] [lldb][RISCV][test] make atomic region stepping test more robust (PR #156506)
David Spickett via lldb-commits
lldb-commits at lists.llvm.org
Wed Sep 3 01:54:27 PDT 2025
================
@@ -11,6 +11,7 @@ void __attribute__((naked)) cas(int *a, int *b) {
"xor a5, a2, a5\n\t"
----------------
DavidSpickett wrote:
The comment above is missing a word:
```
// This atomic sequence implements a copy-and-swap function. This test should stop
```
https://github.com/llvm/llvm-project/pull/156506
More information about the lldb-commits
mailing list