Add cmake directory to llvm source distribution

This directory is required for building LLVM now.
This commit is contained in:
Nikita Popov 2022-02-09 17:44:56 +01:00 committed by Nikita Popov
parent 8275950786
commit 200aa5c713

View File

@ -753,6 +753,8 @@ fn filter_fn(exclude_dirs: &[&str], dir: &str, path: &Path) -> bool {
"llvm-project\\llvm",
"llvm-project/compiler-rt",
"llvm-project\\compiler-rt",
"llvm-project/cmake",
"llvm-project\\cmake",
];
if spath.contains("llvm-project")
&& !spath.ends_with("llvm-project")