Skip to content

Commit

Permalink
docs: this llvm feature only supports the ELF object format
Browse files Browse the repository at this point in the history
  • Loading branch information
japaric committed Sep 26, 2018
1 parent 5e686b2 commit 234e7c4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/doc/unstable-book/src/compiler-flags/emit-stack-sizes.md
Expand Up @@ -8,6 +8,10 @@ The tracking issue for this feature is: [#54192]

The rustc flag `-Z emit-stack-sizes` makes LLVM emit stack size metadata.

> **NOTE**: This LLVM feature only supports the ELF object format as of LLVM
> 8.0. Using this flag with targets that use other object formats (e.g. macOS
> and Windows) will result in it being ignored.
Consider this crate:

```
Expand Down

0 comments on commit 234e7c4

Please sign in to comment.