Add cmake directory to llvm source distribution
This directory is required for building LLVM now.
This commit is contained in:
parent
8275950786
commit
200aa5c713
1 changed files with 2 additions and 0 deletions
|
@ -753,6 +753,8 @@ fn copy_src_dirs(
|
|||
"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…
Add table
Add a link
Reference in a new issue