[all-commits] [llvm/llvm-project] ade28a: [clang-doc][cmake] Copy assets to build directory ...

Paul Kirth via All-commits all-commits at lists.llvm.org
Fri Jun 14 11:35:40 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ade28a77ed17760bf2fde57c6571b69489b0bac0
      https://github.com/llvm/llvm-project/commit/ade28a77ed17760bf2fde57c6571b69489b0bac0
  Author: Paul Kirth <paulkirth at google.com>
  Date:   2024-06-14 (Fri, 14 Jun 2024)

  Changed paths:
    M clang-tools-extra/clang-doc/tool/CMakeLists.txt

  Log Message:
  -----------
  [clang-doc][cmake] Copy assets to build directory (#95187)

While we copy the asset files, like index.js, into the correct location
in the install step, tests do not have access to those resources in the
build directory.

This patch copies the contents of the clang-doc/assets directory into
the build folder, so that they can be used in testing.

Pull Request: https://github.com/llvm/llvm-project/pull/95185



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list