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

Add additional patch folder for performance patches #518

Merged
merged 5 commits into from
Oct 14, 2024

Commits on Oct 14, 2024

  1. Add additional patch folder for performance patches

    This adds a second llvm-project patch directory, intended for
    performance enhancement patches which can be kept optional to avoid
    blocking builds if they become out of date with the main branch. A
    new CMake option controls whether or not to apply the patches, and a
    new script is included to manage the patching process to make it
    easier to identify when there is a problem with a patch.
    dcandler committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    f45ff67 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    94fc59c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c0d3dc7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    54b4651 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    713ec3b View commit details
    Browse the repository at this point in the history