summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2024-02-01 10:34:57 +0100
committerBenjamin Kramer <benny.kra@googlemail.com>2024-02-01 10:34:57 +0100
commitd0dbd50cf0dc85834842380235f445e80516cb59 (patch)
treefdd79eaca58f1985a8143ccd324696ec2640825b
parente7d40a87ff230528131541f6ac17a2e1a7dc78e1 (diff)
[bazel] Add missing header for 7ec996d4c5c30083b070be4898140440094e6b97
-rw-r--r--utils/bazel/llvm-project-overlay/llvm/BUILD.bazel1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/bazel/llvm-project-overlay/llvm/BUILD.bazel b/utils/bazel/llvm-project-overlay/llvm/BUILD.bazel
index ab731e19ef56..148ec7785a4b 100644
--- a/utils/bazel/llvm-project-overlay/llvm/BUILD.bazel
+++ b/utils/bazel/llvm-project-overlay/llvm/BUILD.bazel
@@ -629,6 +629,7 @@ cc_library(
"utils/TableGen/GlobalISel/*.cpp",
]) + [
"utils/TableGen/CodeGenInstruction.h",
+ "utils/TableGen/CodeGenIntrinsics.h",
],
hdrs = glob([
# We have to include these headers here as well as in the `hdrs` below