Files
llvm-project/compiler-rt/lib/interception/interception.h
Marco Elver 1c792d24e0 [compiler-rt] Fix interceptors with AArch64 BTI (#84061)
On AArch64 with BTI, we have to start functions with the appropriate
BTI hint to indicate that the function is a valid call target.

To support interceptors with AArch64 BTI, add "BTI c".
2024-03-13 09:01:00 +01:00

18 KiB