File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
load ("@bazel_tools//tools/build_defs/repo:http.bzl" , "http_archive" )
2
2
load ("@bazel_tools//tools/build_defs/repo:utils.bzl" , "maybe" )
3
3
4
- _swift_prebuilt_version = "swift-5.6 -RELEASE.42271.54 "
4
+ _swift_prebuilt_version = "swift-5.7 -RELEASE.43809.66 "
5
5
_swift_sha_map = {
6
- "linux" : "92b26fbbc45f812b0581385cc81470ab636fed9cff460052aa2173de765ddef4 " ,
7
- "macos-x86_64" : "b24f609c7868c1709e1e552e3b394664014e6a7f1e097522db80deb359bbcd2f " ,
6
+ "linux" : "8c6480ed4b38bf46d2e55a97f08c38ae183bfeb68649f98193b7540b04428741 " ,
7
+ "macos-x86_64" : "ab103774b384a7f3f01c0d876699cae6afafe6cf2ee458b77b9aac6e08e4ca4d " ,
8
8
}
9
9
10
10
_swift_arch_map = {
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ cc_library(
12
12
"libCodeQLSwiftFrontendTool.dylib",
13
13
],
14
14
}),
15
- hdrs = glob(["include/**/*"]),
15
+ hdrs = glob(["include/**/*", "stdlib/**/*" ]),
16
16
linkopts = [
17
17
"-lm",
18
18
"-lz",
@@ -25,7 +25,7 @@ cc_library(
25
25
],
26
26
"//conditions:default": [],
27
27
}),
28
- strip_include_prefix = "include",
28
+ includes = [ "include" ] ,
29
29
visibility = ["//visibility:public"],
30
30
)
31
31
You can’t perform that action at this time.
0 commit comments