Normalize DebugInfoLevel to standard style

This commit is contained in:
Mark Rousskov
2018-07-26 11:41:10 -06:00
parent 442a4744e3
commit 2bc71971e5
10 changed files with 38 additions and 40 deletions

View File

@@ -344,7 +344,7 @@ pub struct CodegenContext {
pub tm_factory: Arc<dyn Fn() -> Result<&'static mut llvm::TargetMachine, String> + Send + Sync>,
pub msvc_imps_needed: bool,
pub target_pointer_width: String,
debuginfo: config::DebugInfoLevel,
debuginfo: config::DebugInfo,
// Number of cgus excluding the allocator/metadata modules
pub total_cgus: usize,