[llvm] 8d6582a - [gn build] (manually) port 8b409eaba more

Nico Weber via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 16 06:54:33 PDT 2020


Author: Nico Weber
Date: 2020-03-16T09:54:22-04:00
New Revision: 8d6582aa6bbd952744abd1f3cb74065f96535169

URL: https://github.com/llvm/llvm-project/commit/8d6582aa6bbd952744abd1f3cb74065f96535169
DIFF: https://github.com/llvm/llvm-project/commit/8d6582aa6bbd952744abd1f3cb74065f96535169.diff

LOG: [gn build] (manually) port 8b409eaba more

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 a0e35cc11ef6..34297ecf3b14 100644
--- a/llvm/utils/gn/secondary/clang/utils/TableGen/BUILD.gn
+++ b/llvm/utils/gn/secondary/clang/utils/TableGen/BUILD.gn
@@ -3,6 +3,11 @@ 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