blob: 6db54c0f6e35c4698e2b474fd91f063c0f1d93f8 [file] [edit]
# This file is licensed under the Apache License v2.0 with LLVM Exceptions.
# See https://llvm.org/LICENSE.txt for license information.
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
package(
default_visibility = ["//visibility:public"],
)
licenses(["notice"])
# Convenience alias matching the CMake target name (`omp`) and the on-disk
# library name (libomp.so / libomp.a).
alias(
name = "omp",
actual = "//openmp/runtime/src:omp",
)