forked from OSchip/llvm-project
[gn build] remove a workaround that is no longer needed
This commit is contained in:
parent
fc2a5ef9c8
commit
642a424bc4
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue