From dd428a571c69621d5b6eb2e0e3ce5497c304fb2c Mon Sep 17 00:00:00 2001 From: Nico Weber Date: Thu, 28 Jul 2022 07:14:43 -0400 Subject: [PATCH] [gn build] (manually) port 18b4a8bcf35 more --- llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/misc/BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 c8506d9..7431a50 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 = [ -- 2.7.4