[llvm][Bazel] Include .inc files in tblgen target.
authorAdrian Kuegel <akuegel@google.com>
Thu, 16 Mar 2023 12:11:24 +0000 (13:11 +0100)
committerAdrian Kuegel <akuegel@google.com>
Thu, 16 Mar 2023 12:32:37 +0000 (13:32 +0100)
Differential Revision: https://reviews.llvm.org/D146220

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

index c4b1998e647f09846d8cacb48a9ce2c91ea8bc36..9707d1296debc0f23f7fa91f16cdddb52c37e1a3 100644 (file)
@@ -572,6 +572,7 @@ cc_library(
     name = "tblgen",
     srcs = glob([
         "utils/TableGen/*.cpp",
+        "utils/TableGen/*.inc",
         "utils/TableGen/GlobalISel/*.cpp",
 
         # Some tablegen sources include headers from MC, so these have to be