1
Fork 0

Rollup merge of #85951 - hyd-dev:force-unwind-tables, r=steveklabnik

Update the documentation of `-C force-unwind-tables` for #83482

`panic=unwind` does not require `force-unwind-tables` to be "yes" anymore.
I forgot to update this in #83482.
This commit is contained in:
Yuki Okushi 2021-06-08 13:26:28 +09:00 committed by GitHub
commit 3502bff900
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -149,8 +149,7 @@ values:
* `y`, `yes`, `on`, or no value: Unwind tables are forced to be generated. * `y`, `yes`, `on`, or no value: Unwind tables are forced to be generated.
* `n`, `no`, or `off`: Unwind tables are not forced to be generated. If unwind * `n`, `no`, or `off`: Unwind tables are not forced to be generated. If unwind
tables are required by the target or `-C panic=unwind`, an error will be tables are required by the target an error will be emitted.
emitted.
The default if not specified depends on the target. The default if not specified depends on the target.