gn build: Update comment I failed to update in r367340 / D65462
authorNico Weber <nicolasweber@gmx.de>
Tue, 30 Jul 2019 18:19:13 +0000 (18:19 +0000)
committerNico Weber <nicolasweber@gmx.de>
Tue, 30 Jul 2019 18:19:13 +0000 (18:19 +0000)
llvm-svn: 367341

llvm/utils/gn/secondary/clang/tools/libclang/BUILD.gn

index 86e1453..eb04b30 100644 (file)
@@ -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