Skip to content

Commit 567a979

Browse files
committed
fix bazel build after 369337e
1 parent e2f598b commit 567a979

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,10 @@ cc_library(
148148
"lib/Demangle/*.cpp",
149149
"lib/Demangle/*.h",
150150
]),
151-
hdrs = glob(["include/llvm/Demangle/*.h"]),
151+
hdrs = glob([
152+
"include/llvm/Demangle/*.h",
153+
"include/llvm/Demangle/*.def",
154+
]),
152155
copts = llvm_copts,
153156
deps = [":config"],
154157
)

0 commit comments

Comments
 (0)