about summary refs log tree commit diff
diff options
context:
space:
mode:
authorNikita Popov <npopov@redhat.com>2022-02-09 17:44:56 +0100
committerNikita Popov <nikita.ppv@gmail.com>2022-02-16 21:15:31 +0100
commit200aa5c713c7dd4ada2d136fcb72b8d60f92dc9d (patch)
treedb97e4974bcb0fdbb70c39868e248febab082e67
parent827595078648abdf310a27bb271eb23ba66aea3e (diff)
downloadrust-200aa5c713c7dd4ada2d136fcb72b8d60f92dc9d.tar.gz
rust-200aa5c713c7dd4ada2d136fcb72b8d60f92dc9d.zip
Add cmake directory to llvm source distribution
This directory is required for building LLVM now.
-rw-r--r--src/bootstrap/dist.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/bootstrap/dist.rs b/src/bootstrap/dist.rs
index 66b63cd1278..b1d53fdcef3 100644
--- a/src/bootstrap/dist.rs
+++ b/src/bootstrap/dist.rs
@@ -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")