File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed
Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -59,8 +59,8 @@ pkg_runfiles(
5959)
6060
6161pkg_runfiles (
62- name = "incompatible-os " ,
63- srcs = ["//swift/tools/autobuilder- diagnostics:incompatible-os" ],
62+ name = "diagnostics " ,
63+ srcs = ["//swift/tools/diagnostics:autobuilder- incompatible-os" ],
6464 prefix = "tools/" + codeql_platform ,
6565)
6666
@@ -89,7 +89,7 @@ pkg_filegroup(
8989 ":xcode-autobuilder" ,
9090 ],
9191 "//conditions:default" : [
92- ":incompatible-os " ,
92+ ":diagnostics " ,
9393 ],
9494 }),
9595 visibility = ["//visibility:public" ],
@@ -122,7 +122,7 @@ generate_cmake(
122122 "//swift/extractor:extractor.real" ,
123123 "//swift/logging/tests/assertion-diagnostics:assert-false" ,
124124 ] + select ({
125- "@platforms//os:linux" : ["//swift/tools/autobuilder- diagnostics:incompatible-os" ],
125+ "@platforms//os:linux" : ["//swift/tools/diagnostics:autobuilder- incompatible-os" ],
126126 "@platforms//os:macos" : ["//swift/xcode-autobuilder" ],
127127 }),
128128 visibility = ["//visibility:public" ],
Original file line number Diff line number Diff line change 33if [[ " $OSTYPE " == " darwin" * ]]; then
44 exec " ${CODEQL_EXTRACTOR_SWIFT_ROOT} /tools/${CODEQL_PLATFORM} /xcode-autobuilder"
55else
6- exec " ${CODEQL_EXTRACTOR_SWIFT_ROOT} /tools/${CODEQL_PLATFORM} /incompatible-os"
6+ exec " ${CODEQL_EXTRACTOR_SWIFT_ROOT} /tools/${CODEQL_PLATFORM} /autobuilder- incompatible-os"
77fi
File renamed without changes.
Original file line number Diff line number Diff line change 11load ("//swift:rules.bzl" , "swift_cc_binary" )
22
33swift_cc_binary (
4- name = "incompatible-os" ,
5- srcs = ["IncompatibleOs.cpp" ],
4+ name = "autobuilder-incompatible-os" ,
5+ srcs = ["AutobuilderIncompatibleOs.cpp" ],
6+ # No restrictions (Windows allowed)
7+ target_compatible_with = [],
68 visibility = ["//swift:__subpackages__" ],
79 deps = [
810 "//swift/logging" ,
911 ],
10- # No restrictions (Windows allowed)
11- target_compatible_with = [],
1212)
You can’t perform that action at this time.
0 commit comments