-
Notifications
You must be signed in to change notification settings - Fork 369
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[email protected] - Add patch for incompatible_disallow_empty…
…_glob (#3507) An issue was reported in `rules_rust` (bazelbuild/rules_rust#3137) where some local patches to satisfy bazelbuild/bazel#8195 were added to llvm via a `single_version_override` which does not affect consumers. This change is an attempt to upstream an otherwise noop change to llvm that supports this flag being flipped in Bazel. --------- Co-authored-by: Fabian Meumertzheim <[email protected]>
- Loading branch information
1 parent
7994b4d
commit 7b17aea
Showing
18 changed files
with
1,183 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
module( | ||
name = "llvm-project", | ||
version = "17.0.3.bcr.1", | ||
) | ||
|
||
# Skylark depedndencies | ||
bazel_dep(name = "bazel_skylib", version = "1.3.0") | ||
|
||
# Library dependencies | ||
bazel_dep(name = "platforms", version = "0.0.7") | ||
bazel_dep(name = "rules_cc", version = "0.0.9") |
1 change: 1 addition & 0 deletions
1
modules/llvm-project/17.0.3.bcr.1/patches/0001-Add-Bazel-files-to-.gitignore.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../17.0.3/patches/0001-Add-Bazel-files-to-.gitignore.patch |
1 change: 1 addition & 0 deletions
1
modules/llvm-project/17.0.3.bcr.1/patches/0002-Add-LLVM-Bazel-overlay-files.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../17.0.3/patches/0002-Add-LLVM-Bazel-overlay-files.patch |
27 changes: 27 additions & 0 deletions
27
modules/llvm-project/17.0.3.bcr.1/patches/0003-Add-MODULE.bazel.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 | ||
From: Alexander Khabarov <[email protected]> | ||
Date: Thu, 19 Oct 2023 14:58:38 +0000 | ||
Subject: [PATCH] Add `MODULE.bazel` | ||
|
||
--- | ||
MODULE.bazel | 11 +++++++++++ | ||
1 file changed, 11 insertions(+) | ||
create mode 100644 MODULE.bazel | ||
|
||
diff --git a/MODULE.bazel b/MODULE.bazel | ||
new file mode 100644 | ||
index 000000000..f945718c2 | ||
--- /dev/null | ||
+++ b/MODULE.bazel | ||
@@ -0,0 +1,11 @@ | ||
+module( | ||
+ name = "llvm-project", | ||
+ version = "17.0.3.bcr.1", | ||
+) | ||
+ | ||
+# Skylark depedndencies | ||
+bazel_dep(name = "bazel_skylib", version = "1.3.0") | ||
+ | ||
+# Library dependencies | ||
+bazel_dep(name = "platforms", version = "0.0.7") | ||
+bazel_dep(name = "rules_cc", version = "0.0.9") |
1 change: 1 addition & 0 deletions
1
modules/llvm-project/17.0.3.bcr.1/patches/0004-Add-BUILD.bazel.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../17.0.3/patches/0004-Add-BUILD.bazel.patch |
1 change: 1 addition & 0 deletions
1
modules/llvm-project/17.0.3.bcr.1/patches/0005-Add-Bazel-LLVM-targets.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../17.0.3/patches/0005-Add-Bazel-LLVM-targets.patch |
1 change: 1 addition & 0 deletions
1
modules/llvm-project/17.0.3.bcr.1/patches/0006-Add-LLVM-version-vars.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../17.0.3/patches/0006-Add-LLVM-version-vars.patch |
1 change: 1 addition & 0 deletions
1
modules/llvm-project/17.0.3.bcr.1/patches/0007-Guard-against-empty-workspace-root.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../17.0.3/patches/0007-Guard-against-empty-workspace-root.patch |
1 change: 1 addition & 0 deletions
1
modules/llvm-project/17.0.3.bcr.1/patches/0008-Correct-builtin-headers-prefix.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../17.0.3/patches/0008-Correct-builtin-headers-prefix.patch |
1 change: 1 addition & 0 deletions
1
modules/llvm-project/17.0.3.bcr.1/patches/0009-Fix-an-operator-overload-for-GCC-8.3.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../17.0.3/patches/0009-Fix-an-operator-overload-for-GCC-8.3.patch |
1 change: 1 addition & 0 deletions
1
modules/llvm-project/17.0.3.bcr.1/patches/0010-Use-TEST_TMPDIR-on-Unix-when-it-is-set.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../17.0.3/patches/0010-Use-TEST_TMPDIR-on-Unix-when-it-is-set.patch |
1 change: 1 addition & 0 deletions
1
...-project/17.0.3.bcr.1/patches/0011-Use-Windows-assembly-files-for-BLAKE3-on-Windows.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../17.0.3/patches/0011-Use-Windows-assembly-files-for-BLAKE3-on-Windows.patch |
1 change: 1 addition & 0 deletions
1
...llvm-project/17.0.3.bcr.1/patches/0012-Add-scope-resolution-operators-for-MSVC-2019.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../17.0.3/patches/0012-Add-scope-resolution-operators-for-MSVC-2019.patch |
1 change: 1 addition & 0 deletions
1
modules/llvm-project/17.0.3.bcr.1/patches/0013-Disable-zlib-zstd-mpfr-and-pfm.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../17.0.3/patches/0013-Disable-zlib-zstd-mpfr-and-pfm.patch |
Oops, something went wrong.