1
Fork 0

docs: this llvm feature only supports the ELF object format

This commit is contained in:
Jorge Aparicio 2018-09-26 15:25:57 +02:00
parent 5e686b2104
commit 234e7c4d2e

View file

@ -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:
```