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
"either a boolean (`yes`, `no`, `on`, `off`, etc), or a non-negative number";
813
825
pub(crate)const parse_llvm_module_flag:&str = "<key>:<type>:<value>:<behavior>. Type must currently be `u32`. Behavior should be one of (`error`, `warning`, `require`, `override`, `append`, `appendunique`, `max`, `min`)";
814
826
pub(crate)const parse_function_return:&str = "`keep` or `thunk-extern`";
827
+
pub(crate)const parse_harden_sls:&str = "`none`, `all`, `return` or `indirect-jmp`";
815
828
pub(crate)const parse_wasm_c_abi:&str = "`legacy` or `spec`";
816
829
pub(crate)const parse_mir_include_spans:&str =
817
830
"either a boolean (`yes`, `no`, `on`, `off`, etc), or `nll` (default: `nll`)";
0 commit comments