diff options
| author | Richard Cobbe <ricobbe@microsoft.com> | 2021-11-01 15:49:58 -0700 |
|---|---|---|
| committer | Richard Cobbe <ricobbe@microsoft.com> | 2022-01-12 10:25:35 -0800 |
| commit | 0cf7fd1208f79a0f1cbf6341871bf6eaa0319abb (patch) | |
| tree | d67e89b3b5f929c3c306331724cdecb9a23a9c61 /compiler/rustc_interface/src | |
| parent | 4961b107f204e15b26961eab0685df6be3ab03c6 (diff) | |
| download | rust-0cf7fd1208f79a0f1cbf6341871bf6eaa0319abb.tar.gz rust-0cf7fd1208f79a0f1cbf6341871bf6eaa0319abb.zip | |
Call out to binutils' dlltool for raw-dylib on windows-gnu platforms.
Diffstat (limited to 'compiler/rustc_interface/src')
| -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 2d3cb52f5fd..23946ce3c5c 100644 --- a/compiler/rustc_interface/src/tests.rs +++ b/compiler/rustc_interface/src/tests.rs @@ -640,6 +640,7 @@ fn test_debugging_options_tracking_hash() { untracked!(borrowck, String::from("other")); untracked!(deduplicate_diagnostics, false); untracked!(dep_tasks, true); + untracked!(dlltool, Some(PathBuf::from("custom_dlltool.exe"))); untracked!(dont_buffer_diagnostics, true); untracked!(dump_dep_graph, true); untracked!(dump_mir, Some(String::from("abc"))); |
