mirror of
https://github.com/intel/llvm.git
synced 2026-01-25 10:55:58 +08:00
Older GNU assemblers generate R_X86_64_PC32 relocation against defined non-weak global branch targets with default visibility. A linker may issue an error when building a shared library. Add a local alias, .Linterceptor_sigsetjmp, to __interceptor_sigsetjmp to avoid R_X86_64_PC32 relocation for "jmp __interceptor_sigsetjmp" with older GNU assemblers. Fixes: https://github.com/llvm/llvm-project/issues/60426 Differential Revision: https://reviews.llvm.org/D142995
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. ================================