mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Upgrade to bazel 7.0.2.
This commit is contained in:
@@ -1 +1 @@
|
|||||||
6.5.0
|
7.0.2
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ load("//swift:rules.bzl", "swift_cc_library")
|
|||||||
|
|
||||||
swift_cc_library(
|
swift_cc_library(
|
||||||
name = "config",
|
name = "config",
|
||||||
srcs = glob(["*.cpp"]),
|
srcs = [],
|
||||||
hdrs = glob(["*.h"]),
|
hdrs = glob(["*.h"]),
|
||||||
visibility = ["//swift:__subpackages__"],
|
visibility = ["//swift:__subpackages__"],
|
||||||
)
|
)
|
||||||
|
|||||||
15
swift/third_party/BUILD.swift-llvm-support.bazel
vendored
15
swift/third_party/BUILD.swift-llvm-support.bazel
vendored
@@ -1,12 +1,13 @@
|
|||||||
load("@rules_pkg//:mappings.bzl", "pkg_files", "strip_prefix")
|
|
||||||
|
|
||||||
cc_library(
|
cc_library(
|
||||||
name = "swift-llvm-support",
|
name = "swift-llvm-support",
|
||||||
srcs = glob([
|
srcs = glob(
|
||||||
"*.a",
|
[
|
||||||
"*.so",
|
"*.a",
|
||||||
"*.dylib",
|
"*.so",
|
||||||
]),
|
"*.dylib",
|
||||||
|
],
|
||||||
|
allow_empty = True, # Either *.so or *.dylib will be empty
|
||||||
|
),
|
||||||
hdrs = glob([
|
hdrs = glob([
|
||||||
"include/**/*",
|
"include/**/*",
|
||||||
"stdlib/**/*",
|
"stdlib/**/*",
|
||||||
|
|||||||
Reference in New Issue
Block a user