Skip to content

Commit 585297c

Browse files
committed
wip
1 parent c91c21b commit 585297c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

compiler/rustc_metadata/src/native_libs.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,8 @@ pub fn walk_native_lib_search_dirs<R>(
7171
|| sess.target.os == Os::Fuchsia
7272
|| sess.target.is_like_aix
7373
|| 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
7476
{
7577
f(&sess.target_tlib_path.dir, false)?;
7678
}

0 commit comments

Comments
 (0)