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 7eea11b commit 885184aCopy full SHA for 885184a
src/bootstrap/src/core/build_steps/llvm.rs
@@ -285,7 +285,8 @@ impl Step for Llvm {
285
LlvmBuildStatus::ShouldBuild(m) => m,
286
};
287
288
- if builder.llvm_link_shared() && target.is_windows() {
+ if builder.llvm_link_shared() && target.is_windows() && !target.ends_with("windows-gnullvm")
289
+ {
290
panic!("shared linking to LLVM is not currently supported on {}", target.triple);
291
}
292
0 commit comments