[gn] Use clang/utils/bundle_resources.py for clang-pseudo too
authorNico Weber <thakis@chromium.org>
Wed, 19 Apr 2023 18:06:53 +0000 (14:06 -0400)
committerNico Weber <thakis@chromium.org>
Thu, 20 Apr 2023 00:13:00 +0000 (20:13 -0400)
See https://reviews.llvm.org/D146591#4281023 -- optimistically
assuming that gets done :)

llvm/utils/gn/secondary/clang-tools-extra/pseudo/tool/BUILD.gn

index 5de30fd..8299255 100644 (file)
@@ -1,5 +1,5 @@
 action("HTMLForestResources") {
-  script = "bundle_resources.py"
+  script = "//clang/utils/bundle_resources.py"
   inputs = [
     "HTMLForest.css",
     "HTMLForest.js",