We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e686b2 commit 234e7c4Copy full SHA for 234e7c4
src/doc/unstable-book/src/compiler-flags/emit-stack-sizes.md
@@ -8,6 +8,10 @@ The tracking issue for this feature is: [#54192]
8
9
The rustc flag `-Z emit-stack-sizes` makes LLVM emit stack size metadata.
10
11
+> **NOTE**: This LLVM feature only supports the ELF object format as of LLVM
12
+> 8.0. Using this flag with targets that use other object formats (e.g. macOS
13
+> and Windows) will result in it being ignored.
14
+
15
Consider this crate:
16
17
```
0 commit comments