Call out to binutils' dlltool for raw-dylib on windows-gnu platforms.
This commit is contained in:
parent
4961b107f2
commit
0cf7fd1208
24 changed files with 252 additions and 113 deletions
|
@ -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")));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue