| # Copyright lowRISC contributors. |
| # Licensed under the Apache License, Version 2.0, see LICENSE for details. |
| # SPDX-License-Identifier: Apache-2.0 |
| package(default_visibility = ["//visibility:public"]) |
| exports_files(glob(["veri-titan/gen/*.s"])) |
| srcs = ["cryptoc/sha256.c"], |
| "cryptoc/include/cryptoc/hash-internal.h", |
| "cryptoc/include/cryptoc/sha256.h", |
| strip_include_prefix = "cryptoc/include", |
| name = "llvm_clang_rt_profile", |
| ["llvm_clang_rt_profile/compiler-rt/**/*"], |
| "llvm_clang_rt_profile/compiler-rt/*.TXT", |
| "llvm_clang_rt_profile/compiler-rt/.gitignore", |