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.
x.py dist rustc-src
1 parent 2886b36 commit f208a45Copy full SHA for f208a45
src/bootstrap/src/core/build_steps/dist.rs
@@ -925,9 +925,13 @@ fn copy_src_dirs(
925
"llvm-project\\cmake",
926
"llvm-project/runtimes",
927
"llvm-project\\runtimes",
928
+ "llvm-project/third-party/siphash",
929
+ "llvm-project\\third-party\\siphash",
930
];
931
if spath.contains("llvm-project")
932
&& !spath.ends_with("llvm-project")
933
+ && !(spath.ends_with("llvm-project/third-party")
934
+ || spath.ends_with("llvm-project\\third-party"))
935
&& !LLVM_PROJECTS.iter().any(|path| spath.contains(path))
936
{
937
return false;
0 commit comments