[llvm] c5392e2 - [gn build] (manually) port ad97ccf6b26a more, for include added in e64f99c51a8

Nico Weber via llvm-commits llvm-commits at lists.llvm.org
Sun May 3 05:08:01 PDT 2020


Author: Nico Weber
Date: 2020-05-03T08:07:52-04:00
New Revision: c5392e2eaf915f8b8d5764c8e2d9a910e0ffb0aa

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

LOG: [gn build] (manually) port ad97ccf6b26a more, for include added in e64f99c51a8

Added: 
    

Modified: 
    llvm/utils/gn/secondary/clang-tools-extra/clangd/unittests/BUILD.gn

Removed: 
    


################################################################################
diff  --git a/llvm/utils/gn/secondary/clang-tools-extra/clangd/unittests/BUILD.gn b/llvm/utils/gn/secondary/clang-tools-extra/clangd/unittests/BUILD.gn
index 446e79e42688..48aa9eb77420 100644
--- a/llvm/utils/gn/secondary/clang-tools-extra/clangd/unittests/BUILD.gn
+++ b/llvm/utils/gn/secondary/clang-tools-extra/clangd/unittests/BUILD.gn
@@ -23,6 +23,7 @@ unittest("ClangdTests") {
     "//llvm/lib/Testing/Support",
   ]
   include_dirs = [
+    ".",
     "//clang-tools-extra/clangd",
 
     # To pick up the generated inc files.


        


More information about the llvm-commits mailing list