rustc_codegen_llvm: always set AlwaysPreserve on all debuginfo variables.
This commit is contained in:
parent
ed853b8619
commit
b82f6c575e
1 changed files with 1 additions and 1 deletions
|
@ -569,7 +569,7 @@ impl DebugInfoMethods<'tcx> for CodegenCx<'ll, 'tcx> {
|
|||
file_metadata,
|
||||
loc.line as c_uint,
|
||||
type_metadata,
|
||||
self.sess().opts.optimize != config::OptLevel::No,
|
||||
true,
|
||||
DIFlags::FlagZero,
|
||||
argument_index,
|
||||
align.bytes() as u32,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue