| # 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", | |
| ) |