mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-28 04:56:06 +00:00

SPARC jmp requires a delay slot after, and without it will likely result in a crash. For now, just disable interceptor trampolines on SPARC, because the specific usecase for them (3 interceptors) does not exist on SPARC (yet). We can revisit, and carefully implement the support for SPARC when required. Reported-by: ro
Compiler-RT ================================ This directory and its subdirectories contain source code for the compiler support routines. Compiler-RT is open source software. You may freely distribute it under the terms of the license agreement found in LICENSE.txt. ================================