Skip to content

Commit 200aa5c

Browse files
committed
Add cmake directory to llvm source distribution
This directory is required for building LLVM now.
1 parent 8275950 commit 200aa5c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: src/bootstrap/dist.rs

+2
Original file line numberDiff line numberDiff line change
@@ -753,6 +753,8 @@ fn copy_src_dirs(
753753
"llvm-project\\llvm",
754754
"llvm-project/compiler-rt",
755755
"llvm-project\\compiler-rt",
756+
"llvm-project/cmake",
757+
"llvm-project\\cmake",
756758
];
757759
if spath.contains("llvm-project")
758760
&& !spath.ends_with("llvm-project")

0 commit comments

Comments
 (0)