Skip to content

Commit

Permalink
Update llvm_config.bzl.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 626933061
Change-Id: I82d72ccfa2d66f038c84a4adeabb9f29db1e2139
  • Loading branch information
okunz authored and Copybara-Service committed Apr 22, 2024
1 parent 943d8bb commit 17748b0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sandboxed_api/bazel/llvm_config.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,9 @@ cc_library(name = "driver", deps = ["@llvm-project//llvm:llvm"])
cc_library(name = "format", deps = ["@llvm-project//llvm:llvm"])
cc_library(name = "frontend", deps = ["@llvm-project//llvm:llvm"])
cc_library(name = "lex", deps = ["@llvm-project//llvm:llvm"])
cc_library(name = "serialization", deps = ["@llvm-project//llvm:llvm"])
cc_library(name = "tooling", deps = ["@llvm-project//llvm:llvm"])
cc_library(name = "tooling_core", deps = ["@llvm-project//llvm:llvm"])
"""

def _use_system_llvm(ctx):
Expand Down

0 comments on commit 17748b0

Please sign in to comment.