Skip to content

Commit fd9a882

Browse files
committed
[bazel] add missing header to bolt build file
1 parent 2d0eb5d commit fd9a882

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,7 @@ cc_library(
255255
srcs = glob([
256256
"lib/Target/AArch64/*.cpp",
257257
]),
258+
hdrs = ["lib/Target/AArch64/AArch64MCSymbolizer.h"],
258259
includes = ["include"],
259260
deps = [
260261
":Core",

0 commit comments

Comments
 (0)