2023-09-14 07:03:26 +00:00
|
|
|
# Copyright 2023 The Bazel Authors.
|
|
|
|
#
|
|
|
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
|
|
# you may not use this file except in compliance with the License.
|
|
|
|
# You may obtain a copy of the License at
|
|
|
|
#
|
|
|
|
# http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
#
|
|
|
|
# Unless required by applicable law or agreed to in writing, software
|
|
|
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
|
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
|
|
# See the License for the specific language governing permissions and
|
|
|
|
# limitations under the License.
|
|
|
|
|
2023-09-12 16:46:02 +00:00
|
|
|
module(
|
2023-09-14 07:03:26 +00:00
|
|
|
name = "toolchains_llvm",
|
2023-09-14 09:06:35 +00:00
|
|
|
version = "0.0.0",
|
2024-03-14 23:53:37 +00:00
|
|
|
compatibility_level = 0,
|
2024-03-12 04:53:46 +00:00
|
|
|
bazel_compatibility = [">=7.0.0"],
|
2023-09-12 16:46:02 +00:00
|
|
|
)
|
|
|
|
|
2024-03-12 05:17:50 +00:00
|
|
|
bazel_dep(name = "bazel_skylib", version = "1.5.0")
|
|
|
|
bazel_dep(name = "rules_cc", version = "0.0.9")
|
|
|
|
bazel_dep(name = "platforms", version = "0.0.8")
|