]> git.lizzy.rs Git - rust.git/commitdiff
Add cmake directory to llvm source distribution
authorNikita Popov <npopov@redhat.com>
Wed, 9 Feb 2022 16:44:56 +0000 (17:44 +0100)
committerNikita Popov <nikita.ppv@gmail.com>
Wed, 16 Feb 2022 20:15:31 +0000 (21:15 +0100)
This directory is required for building LLVM now.

src/bootstrap/dist.rs

index 66b63cd1278c525f98649b45c697b41b79321989..b1d53fdcef3c2a0bcd406abaf76e5d11ea4ff071 100644 (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")