diff options
author | Gergely Futo <gergely.futo@hightec-rt.com> | 2025-03-10 10:13:33 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-10 10:13:33 +0100 |
commit | 3acfef56b1c5f74edd6ea2111a440677ea2c6763 (patch) | |
tree | 8cfc4c7615f7ac0d887afacf8fd1e86e226fe138 /lldb/packages/Python/lldbsuite/test/lldbgdbclient.py | |
parent | 0264d42dc750666e0f57a85d57f563bc8ea43536 (diff) | |
download | llvm-3acfef56b1c5f74edd6ea2111a440677ea2c6763.zip llvm-3acfef56b1c5f74edd6ea2111a440677ea2c6763.tar.gz llvm-3acfef56b1c5f74edd6ea2111a440677ea2c6763.tar.bz2 |
[libunwind][RISCV] Make asm statement volatile (#130286)
Compiling with `O3`, the `early-machinelicm` pass hoisted the asm
statement to a path that has been executed unconditionally during stack
unwinding. On hardware without vector extension support, this resulted
in reading a nonexistent register.
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/lldbgdbclient.py')
0 files changed, 0 insertions, 0 deletions