From 3b0769b7b49d8bc8708f2dea46d833cd83f42746 Mon Sep 17 00:00:00 2001 From: Nico Weber Date: Tue, 30 Jul 2019 18:19:13 +0000 Subject: [PATCH] gn build: Update comment I failed to update in r367340 / D65462 llvm-svn: 367341 --- llvm/utils/gn/secondary/clang/tools/libclang/BUILD.gn | 2 -- 1 file changed, 2 deletions(-) diff --git a/llvm/utils/gn/secondary/clang/tools/libclang/BUILD.gn b/llvm/utils/gn/secondary/clang/tools/libclang/BUILD.gn index 86e1453..eb04b30 100644 --- a/llvm/utils/gn/secondary/clang/tools/libclang/BUILD.gn +++ b/llvm/utils/gn/secondary/clang/tools/libclang/BUILD.gn @@ -3,8 +3,6 @@ import("//llvm/version.gni") # This build file is just enough to get check-clang to pass, it's missing # several things from the CMake build: -# - linking in clangTidyPlugin and clangIncludeFixerPlugin from -# clang-tools-extra (which doesn't have any GN build files yet) # - using libclang.exports # - a build target copying the Python bindings # - the GN linux build always builds without -fPIC (as if LLVM_ENABLE_PIC=OFF -- 2.7.4