You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: compiler/rustc_session/src/options.rs
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -106,6 +106,7 @@ mod target_modifier_consistency_check {
106
106
| SanitizerSet::SHADOWCALLSTACK
107
107
| SanitizerSet::KCFI
108
108
| SanitizerSet::KERNELADDRESS
109
+
| SanitizerSet::KERNELHWADDRESS
109
110
| SanitizerSet::SAFESTACK
110
111
| SanitizerSet::DATAFLOW;
111
112
@@ -810,7 +811,7 @@ mod desc {
810
811
pub(crate)const parse_patchable_function_entry:&str = "either two comma separated integers (total_nops,prefix_nops), with prefix_nops <= total_nops, or one integer (total_nops)";
0 commit comments