[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:32:57 PDT 2023


This revision was not accepted when it landed; it landed in state "Needs Review".
This revision was automatically updated to reflect the committed changes.
Closed by commit rGbece599dff92: [llvm][Bazel] Include .inc files in tblgen target. (authored by akuegel).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D146220/new/

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.505779.patch
Type: text/x-patch
Size: 484 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230316/e45f9fe3/attachment.bin>


More information about the llvm-commits mailing list