Skip to content

Commit 8d6582a

Browse files
committed
[gn build] (manually) port 8b409ea more
1 parent 2b3b453 commit 8d6582a

File tree

1 file changed

+5
-0
lines changed
  • llvm/utils/gn/secondary/clang/utils/TableGen

1 file changed

+5
-0
lines changed

llvm/utils/gn/secondary/clang/utils/TableGen/BUILD.gn

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ executable("clang-tblgen") {
33
"//llvm/lib/Support",
44
"//llvm/lib/TableGen",
55
]
6+
7+
# FIXME: This is incorrect, see https://reviews.llvm.org/D75470#inline-695187
8+
# Remoe again once that's rectified.
9+
include_dirs = [ "//clang/include" ]
10+
611
sources = [
712
"ASTTableGen.cpp",
813
"ClangASTNodesEmitter.cpp",

0 commit comments

Comments
 (0)