diff options
author | Schrodinger ZHU Yifan <yifanzhu@rochester.edu> | 2025-05-01 10:41:33 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-05-01 10:41:33 -0400 |
commit | 80233751f9f3c9c8c5b1d66cd93399615f4d3ba2 (patch) | |
tree | c9172e5cbd5174c9c384c786329ec61f54c5cfd8 /lldb/source/Commands/CommandObjectProcess.cpp | |
parent | 0c7c82af230bd525bb96a54ca9480797b5fa2a42 (diff) | |
download | llvm-80233751f9f3c9c8c5b1d66cd93399615f4d3ba2.zip llvm-80233751f9f3c9c8c5b1d66cd93399615f4d3ba2.tar.gz llvm-80233751f9f3c9c8c5b1d66cd93399615f4d3ba2.tar.bz2 |
[libc][NFC] add remarks to the setjmp implementation (#137066)
We use naked functions to avoid compiler-generated prologue and
epilogue.
Despite GCC documentation listing this as an unsupported case for
extended asm, the generated code is not wrong as we only pass in
constant operands to extended asm.
See https://github.com/llvm/llvm-project/issues/137055 for related
remarks.
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Diffstat (limited to 'lldb/source/Commands/CommandObjectProcess.cpp')
0 files changed, 0 insertions, 0 deletions