File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
compiler/rustc_codegen_llvm/src
src/doc/rustc/src/codegen-options Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -286,7 +286,7 @@ impl CodegenBackend for LlvmCodegenBackend {
286
286
can prove these functions can't be the source of a stack
287
287
buffer overflow (even in the presence of undefined behavior).
288
288
289
- This provides the same security guarantees as Clang's
289
+ This provides similar security guarantees to Clang's
290
290
`-fstack-protector=strong`.
291
291
292
292
The exact rules are unstable and subject to change, but
Original file line number Diff line number Diff line change @@ -686,7 +686,7 @@ Supported values for this option are:
686
686
can prove these functions can't be the source of a stack
687
687
buffer overflow (even in the presence of undefined behavior).
688
688
689
- This provides the same security guarantees as Clang's
689
+ This provides similar security guarantees to Clang's
690
690
` -fstack-protector=strong ` .
691
691
692
692
The exact rules are unstable and subject to change, but
You can’t perform that action at this time.
0 commit comments