[PATCH] D146220: [llvm][Bazel] Include .inc files in tblgen target.

Adrian Kuegel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 16 05:11:53 PDT 2023


akuegel created this revision.
Herald added a project: All.
akuegel requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D146220

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


Index: utils/bazel/llvm-project-overlay/llvm/BUILD.bazel
===================================================================
--- utils/bazel/llvm-project-overlay/llvm/BUILD.bazel
+++ utils/bazel/llvm-project-overlay/llvm/BUILD.bazel
@@ -572,6 +572,7 @@
     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


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D146220.505776.patch
Type: text/x-patch
Size: 484 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230316/ee9e8925/attachment-0001.bin>


More information about the llvm-commits mailing list