mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
10 lines
324 B
Python
10 lines
324 B
Python
package(default_visibility = ["//swift:__subpackages__"])
|
|
|
|
alias(
|
|
name = "swift-llvm-support",
|
|
actual = select({
|
|
"@bazel_tools//src/conditions:linux": "@swift_prebuilt_linux//:swift-llvm-support",
|
|
"@bazel_tools//src/conditions:darwin": "@swift_prebuilt_darwin_x86_64//:swift-llvm-support",
|
|
}),
|
|
)
|