rustc_target: separate out an individual Align from AbiAndPrefAlign.
This commit is contained in:
parent
d56e892085
commit
3ce8d444af
29 changed files with 215 additions and 205 deletions
|
@ -201,7 +201,7 @@ impl DebugInfoBuilderMethods<'tcx> for Builder<'a, 'll, 'tcx> {
|
|||
cx.sess().opts.optimize != config::OptLevel::No,
|
||||
DIFlags::FlagZero,
|
||||
argument_index,
|
||||
align.abi() as u32,
|
||||
align.abi.bytes() as u32,
|
||||
)
|
||||
};
|
||||
source_loc::set_debug_location(self,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue