[Bazel] Fixes d7e60d5 (#188592)

This fixes d7e60d525026f24a3514be34d8e6e56622436823.
This commit is contained in:
google-llvm-bazel-bot 2026-03-25 13:26:08 -07:00 committed by GitHub
parent e347e93b26
commit caed459646
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9156,6 +9156,7 @@ cc_library(
"//llvm:Core",
"//llvm:FrontendOpenMP",
"//llvm:Support",
"//llvm:TargetParser",
],
)
@ -10604,6 +10605,7 @@ cc_library(
":Support",
"//llvm:FrontendOpenMP",
"//llvm:Support",
"//llvm:TargetParser",
],
)