diff options
-rw-r--r-- | llvm/utils/gn/secondary/clang/tools/libclang/BUILD.gn | 2 |
1 files changed, 0 insertions, 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 86e1453d2bf..eb04b3071fa 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 |