docs: this llvm feature only supports the ELF object format
This commit is contained in:
parent
5e686b2104
commit
234e7c4d2e
1 changed files with 4 additions and 0 deletions
|
@ -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:
|
||||
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue