[gn build] remove a workaround that is no longer needed

This commit is contained in:
Nico Weber 2020-03-18 12:37:08 -04:00
parent fc2a5ef9c8
commit 642a424bc4
1 changed files with 0 additions and 5 deletions

View File

@ -3,11 +3,6 @@ executable("clang-tblgen") {
"//llvm/lib/Support",
"//llvm/lib/TableGen",
]
# FIXME: This is incorrect, see https://reviews.llvm.org/D75470#inline-695187
# Remoe again once that's rectified.
include_dirs = [ "//clang/include" ]
sources = [
"ASTTableGen.cpp",
"ClangASTNodesEmitter.cpp",