• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1diff --git toolchain/BUILD.llvm_repo toolchain/BUILD.llvm_repo
2--- toolchain/BUILD.llvm_repo
3+++ toolchain/BUILD.llvm_repo
4@@ -124,3 +124,8 @@ filegroup(
5     name = "strip",
6     srcs = ["bin/llvm-strip"],
7 )
8+
9+cc_import(
10+    name = "macos_asan_dynamic",
11+    shared_library = "lib/clang/13.0.0/lib/darwin/libclang_rt.asan_osx_dynamic.dylib",
12+)
13