[llvm] a29d9ba - Revert "[gn build] Port 73da7eed8fac"

Nico Weber via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 14 06:05:43 PDT 2022


Author: Nico Weber
Date: 2022-04-14T09:05:11-04:00
New Revision: a29d9ba1f584745c1a169da5d08f10b27623cfb0

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

LOG: Revert "[gn build] Port 73da7eed8fac"

This reverts commit bd4463bebfe8545c8e626fc7828beac3509b656f.
Breaks check-clang-tools on Windows, see comment on
https://reviews.llvm.org/D123655

Added: 
    

Modified: 
    llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/portability/BUILD.gn

Removed: 
    


################################################################################
diff  --git a/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/portability/BUILD.gn b/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/portability/BUILD.gn
index 6d01ce5866a9a..7dbec8a9a9e35 100644
--- a/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/portability/BUILD.gn
+++ b/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/portability/BUILD.gn
@@ -15,6 +15,5 @@ static_library("portability") {
     "PortabilityTidyModule.cpp",
     "RestrictSystemIncludesCheck.cpp",
     "SIMDIntrinsicsCheck.cpp",
-    "StdAllocatorConstCheck.cpp",
   ]
 }


        


More information about the llvm-commits mailing list