We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c91c21b commit 585297cCopy full SHA for 585297c
1 file changed
compiler/rustc_metadata/src/native_libs.rs
@@ -71,6 +71,8 @@ pub fn walk_native_lib_search_dirs<R>(
71
|| sess.target.os == Os::Fuchsia
72
|| sess.target.is_like_aix
73
|| sess.target.is_like_darwin && !sess.sanitizers().is_empty()
74
+ // FIXME: For the shared LLVM library.
75
+ || sess.target.os == Os::Windows && sess.target.env == Env::Gnu && sess.target.abi == Abi::Llvm
76
{
77
f(&sess.target_tlib_path.dir, false)?;
78
}
0 commit comments