diff options
| author | Wesley Wiser <wwiser@gmail.com> | 2025-02-12 08:06:34 -0600 | 
|---|---|---|
| committer | Wesley Wiser <wwiser@gmail.com> | 2025-04-14 21:26:41 -0500 | 
| commit | e21691529549152625a509e7e69af0b813420c53 (patch) | |
| tree | 6341fee9d810a6b4bb799dfcdc723fe16bb26307 /compiler/rustc_interface/src/tests.rs | |
| parent | 2da29dbe8fe23df1c7c4ab1d8740ca3c32b15526 (diff) | |
| download | rust-e21691529549152625a509e7e69af0b813420c53.tar.gz rust-e21691529549152625a509e7e69af0b813420c53.zip  | |
Stabilize `-Zdwarf-version` as `-Cdwarf-version`
Diffstat (limited to 'compiler/rustc_interface/src/tests.rs')
| -rw-r--r-- | compiler/rustc_interface/src/tests.rs | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_interface/src/tests.rs b/compiler/rustc_interface/src/tests.rs index 75a1b61b416..d405d044cae 100644 --- a/compiler/rustc_interface/src/tests.rs +++ b/compiler/rustc_interface/src/tests.rs @@ -614,6 +614,7 @@ fn test_codegen_options_tracking_hash() { tracked!(control_flow_guard, CFGuard::Checks); tracked!(debug_assertions, Some(true)); tracked!(debuginfo, DebugInfo::Limited); + tracked!(dwarf_version, Some(5)); tracked!(embed_bitcode, false); tracked!(force_frame_pointers, FramePointer::Always); tracked!(force_unwind_tables, Some(true));  | 
