Commit c2df8b7
committed
[compiler-rt] Don't intercept sigaction and signal for CHERI RISCV
This avoids the following errors:
<inline asm>:10:1: error: instruction requires the following: Not Capability Mode
10 | tail __interceptor_signal@plt
| ^
<inline asm>:19:1: error: instruction requires the following: Not Capability Mode
19 | tail __interceptor_sigaction@plt
|1 parent 4c80839 commit c2df8b7
File tree
1 file changed
+1
-1
lines changed- compiler-rt/lib/sanitizer_common
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
498 | 498 | | |
499 | 499 | | |
500 | 500 | | |
501 | | - | |
| 501 | + | |
502 | 502 | | |
503 | 503 | | |
504 | 504 | | |
| |||
0 commit comments