# Copyright lowRISC contributors. | |
# Licensed under the Apache License, Version 2.0, see LICENSE for details. | |
# SPDX-License-Identifier: Apache-2.0 | |
load("//rules:opentitan.bzl", "OPENTITAN_CPU") | |
package(default_visibility = ["//visibility:public"]) | |
cc_library( | |
name = "llvm_compiler_rt", | |
srcs = ["@llvm_compiler_rt//:srcs"], | |
deps = [ | |
"//sw/device/lib/base:memory", | |
"@llvm_compiler_rt//:hdrs", | |
], | |
) |