0
0
mirror of https://github.com/llvm/llvm-project.git synced 2025-04-21 14:06:57 +00:00

[bazel] Fix build after e0c7f081f1582d49f81ec4c6cdbf5d6ef13c58ba

This commit is contained in:
Jorge Gorbe Moya 2025-01-27 21:42:21 -08:00
parent d50ebd47ae
commit d606f68a2e

@ -43,6 +43,7 @@ cc_library(
srcs = [":config_version_gen"] + glob(["Common/*.cpp"]),
hdrs = glob(["include/lld/Common/*.h"]),
includes = ["include"],
textual_hdrs = glob(["include/lld/Common/*.inc"]),
deps = [
":vcs_version",
"//llvm:CodeGen",