mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-19 07:46:49 +00:00
Fix "[compiler-rt] Introduce asm macros for interceptor trampolines"
Add missing ASM_INTERCEPTOR_TRAMPOLINE(setjmp).
This commit is contained in:
parent
dc312f0331
commit
406131b4c2
@ -41,6 +41,8 @@ ASM_WRAPPER_NAME(setjmp):
|
||||
CFI_ENDPROC
|
||||
ASM_SIZE(ASM_WRAPPER_NAME(setjmp))
|
||||
|
||||
ASM_INTERCEPTOR_TRAMPOLINE(setjmp)
|
||||
|
||||
#if SANITIZER_ANDROID
|
||||
// Bionic also defines a function `setjmp` that calls `sigsetjmp` saving the
|
||||
// current signal.
|
||||
|
Loading…
x
Reference in New Issue
Block a user