[llvm] 642a424 - [gn build] remove a workaround that is no longer needed
Nico Weber via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 18 09:37:27 PDT 2020
Author: Nico Weber
Date: 2020-03-18T12:37:15-04:00
New Revision: 642a424bc49234f2d3f8e6a104a57eb1604dfe46
URL: https://github.com/llvm/llvm-project/commit/642a424bc49234f2d3f8e6a104a57eb1604dfe46
DIFF: https://github.com/llvm/llvm-project/commit/642a424bc49234f2d3f8e6a104a57eb1604dfe46.diff
LOG: [gn build] remove a workaround that is no longer needed
Added:
Modified:
llvm/utils/gn/secondary/clang/utils/TableGen/BUILD.gn
Removed:
################################################################################
diff --git a/llvm/utils/gn/secondary/clang/utils/TableGen/BUILD.gn b/llvm/utils/gn/secondary/clang/utils/TableGen/BUILD.gn
index 34297ecf3b14..a0e35cc11ef6 100644
--- a/llvm/utils/gn/secondary/clang/utils/TableGen/BUILD.gn
+++ b/llvm/utils/gn/secondary/clang/utils/TableGen/BUILD.gn
@@ -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",
More information about the llvm-commits
mailing list