Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[clang-doc][cmake] Copy assets to build directory #95187

Merged
merged 3 commits into from
Jun 14, 2024

Commits on Jun 12, 2024

  1. [clang-doc][cmake] Copy assets to build directory

    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: llvm#95185
    ilovepi committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    753c6d4 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. Configuration menu
    Copy the full SHA
    d250a9a View commit details
    Browse the repository at this point in the history
  2. Remove message argument

    ilovepi committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    c989ca3 View commit details
    Browse the repository at this point in the history