Skip to content

Commit d0dbd50

Browse files
committed
[bazel] Add missing header for 7ec996d
1 parent e7d40a8 commit d0dbd50

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -629,6 +629,7 @@ cc_library(
629629
"utils/TableGen/GlobalISel/*.cpp",
630630
]) + [
631631
"utils/TableGen/CodeGenInstruction.h",
632+
"utils/TableGen/CodeGenIntrinsics.h",
632633
],
633634
hdrs = glob([
634635
# We have to include these headers here as well as in the `hdrs` below

0 commit comments

Comments
 (0)