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 d078184Copy full SHA for d078184
src/bootstrap/src/core/build_steps/dist.rs
@@ -925,9 +925,12 @@ 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") || spath.ends_with("llvm-project\\third-party"))
934
&& !LLVM_PROJECTS.iter().any(|path| spath.contains(path))
935
{
936
return false;
0 commit comments