Add cmake directory to llvm source distribution
This directory is required for building LLVM now.
This commit is contained in:
parent
8275950786
commit
200aa5c713
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user