Skip to content

Commit

Permalink
[llvm][Bazel] Include .inc files in tblgen target.
Browse files Browse the repository at this point in the history
Differential Revision: https://reviews.llvm.org/D146220
  • Loading branch information
akuegel committed Mar 16, 2023
1 parent 6bc0e36 commit bece599
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions utils/bazel/llvm-project-overlay/llvm/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bece599

Please sign in to comment.