You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Need to create `dcx` in `back::codegen` instead of passing it in.
- LTO changes from rust-lang/rust PR 143388 and PR 144062:
- `run_fat_lto`, `optimize_fat`, and `autodiff` were merged into
`run_and_optimize_fat_lto`, and the parameters were changed.
- `run_thin_lto` parameters were changed.
- `codegen` parameters were changed.
- `LtoModuleCodegen` was removed.
- Some `TypeMembershipCodegenMethods` methods changed arguments from
`String` to `&[u8]`.
- Need to update `target_feature_base_cc.stderr` for an innocuous
looking DWARF `.loc` entry change.
0 commit comments