From ec91c56102d001591c8bfb626301c19a6bbf14bb Mon Sep 17 00:00:00 2001 From: Nico Weber Date: Wed, 19 Apr 2023 14:06:53 -0400 Subject: [PATCH] [gn] Use clang/utils/bundle_resources.py for clang-pseudo too See https://reviews.llvm.org/D146591#4281023 -- optimistically assuming that gets done :) --- llvm/utils/gn/secondary/clang-tools-extra/pseudo/tool/BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/utils/gn/secondary/clang-tools-extra/pseudo/tool/BUILD.gn b/llvm/utils/gn/secondary/clang-tools-extra/pseudo/tool/BUILD.gn index 5de30fd..8299255 100644 --- a/llvm/utils/gn/secondary/clang-tools-extra/pseudo/tool/BUILD.gn +++ b/llvm/utils/gn/secondary/clang-tools-extra/pseudo/tool/BUILD.gn @@ -1,5 +1,5 @@ action("HTMLForestResources") { - script = "bundle_resources.py" + script = "//clang/utils/bundle_resources.py" inputs = [ "HTMLForest.css", "HTMLForest.js", -- 2.7.4