Commit 936a510
committed
[cfi] Fix one -fno-sanitize-merge case, and add two TODOs
-fno-sanitize-merge (introduced in
#120464) nearly works for CFI:
code that calls EmitCheck will already check the merge options. This patch fixes one EmitTrapCheck call, which did not check the merge options, and for two other EmitTrapChecks, adds two TODOs that explain why it is difficult to fix them.1 parent c9ad5be commit 936a510
2 files changed
+11
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2961 | 2961 | | |
2962 | 2962 | | |
2963 | 2963 | | |
2964 | | - | |
| 2964 | + | |
| 2965 | + | |
2965 | 2966 | | |
2966 | 2967 | | |
2967 | 2968 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3887 | 3887 | | |
3888 | 3888 | | |
3889 | 3889 | | |
3890 | | - | |
| 3890 | + | |
| 3891 | + | |
| 3892 | + | |
| 3893 | + | |
3891 | 3894 | | |
3892 | 3895 | | |
3893 | 3896 | | |
| |||
3926 | 3929 | | |
3927 | 3930 | | |
3928 | 3931 | | |
3929 | | - | |
| 3932 | + | |
| 3933 | + | |
| 3934 | + | |
| 3935 | + | |
| 3936 | + | |
3930 | 3937 | | |
3931 | 3938 | | |
3932 | 3939 | | |
| |||
0 commit comments