[llvm] dd428a5 - [gn build] (manually) port 18b4a8bcf35 more

Nico Weber via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 28 04:14:50 PDT 2022


Author: Nico Weber
Date: 2022-07-28T07:14:43-04:00
New Revision: dd428a571c69621d5b6eb2e0e3ce5497c304fb2c

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

LOG: [gn build] (manually) port 18b4a8bcf35 more

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/misc/BUILD.gn b/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/misc/BUILD.gn
index c8506d9ef405a..7431a507cf512 100644
--- a/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/misc/BUILD.gn
+++ b/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/misc/BUILD.gn
@@ -1,7 +1,7 @@
 import("//llvm/utils/gn/build/compiled_action.gni")
 
 compiled_action("Confusables.inc") {
-  tool = "ConfusableTable:make-confusable-table"
+  tool = "ConfusableTable:clang-tidy-confusable-chars-gen"
   inputs = [ "ConfusableTable/confusables.txt" ]
   outputs = [ "$target_gen_dir/$target_name" ]
   args = [


        


More information about the llvm-commits mailing list