Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[email protected] - Add patch for incompatible_disallow_empty_glob #3507

Merged
merged 5 commits into from
Dec 31, 2024
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions modules/llvm-project/17.0.3.bcr.1/MODULE.bazel
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")
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")
Loading
Loading