Revert "Fix LTO tests"

This reverts commit 2d123d08c9.
This commit is contained in:
Antoni Boucher 2024-07-05 11:35:16 -04:00
parent 2d123d08c9
commit bc8520d98e
8 changed files with 33 additions and 21 deletions

View file

@ -225,7 +225,6 @@ pub fn compile_codegen_unit(
name: cgu_name.to_string(),
module_llvm: GccContext {
context: Arc::new(SyncContext::new(context)),
fat_lto: false,
should_combine_object_files: false,
temp_dir: None,
},