[llvm-branch-commits] [llvm] 541ea23 - [gn build] (manually) port 18b4a8bcf35 more

Tobias Hieta via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Tue Oct 4 02:30:21 PDT 2022


Author: Nico Weber
Date: 2022-10-04T11:27:58+02:00
New Revision: 541ea23a58e756fc381e3513f31fb6c92a5280a8

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

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

(cherry picked from commit dd428a571c69621d5b6eb2e0e3ce5497c304fb2c)

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 c8506d9ef405..7431a507cf51 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-branch-commits mailing list