We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6dc4fe5 commit 1ff051aCopy full SHA for 1ff051a
compiler/rustc_codegen_llvm/src/lib.rs
@@ -304,8 +304,8 @@ impl CodegenBackend for LlvmCodegenBackend {
304
local stack variable in the ABI.)
305
306
basic
307
- Generate stack canaries in functions with:
308
- - local variables of `[T; N]` type, where `T` is byte-sized and `N` > 8.
+ Generate stack canaries in functions with local variables of `[T; N]`
+ type, where `T` is byte-sized and `N` >= 8.
309
310
none
311
Do not generate stack canaries.
0 commit comments