Skip to content

Commit d606f68

Browse files
committed
[bazel] Fix build after e0c7f08
1 parent d50ebd4 commit d606f68

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

utils/bazel/llvm-project-overlay/lld/BUILD.bazel

+1
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ cc_library(
4343
srcs = [":config_version_gen"] + glob(["Common/*.cpp"]),
4444
hdrs = glob(["include/lld/Common/*.h"]),
4545
includes = ["include"],
46+
textual_hdrs = glob(["include/lld/Common/*.inc"]),
4647
deps = [
4748
":vcs_version",
4849
"//llvm:CodeGen",

0 commit comments

Comments
 (0)