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

[Backport to 15] Backport spirv-preserve-auxdata changes #2180

Merged
merged 3 commits into from
Oct 16, 2023

Commits on Oct 13, 2023

  1. [Backport to 15] Backport spirv-preserve-auxdata changes

    Backport the below changes to 15:
    
    f729c49
    89d658c
    9823690
    d498f48
    d24b9c6
    
    I made the following changes that are not in the original changes:
    
    Use llvm::Optional instead of std::optional
    Port tests to not use opaque pointers and related flags
    Fix patch fail due to missing unrelated function in this branch
    
    Signed-off-by: Sarnie, Nick <nick.sarnie@intel.com>
    sarnex committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    5c2decf View commit details
    Browse the repository at this point in the history
  2. clang tidy

    Signed-off-by: Sarnie, Nick <nick.sarnie@intel.com>
    sarnex committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    c1c5365 View commit details
    Browse the repository at this point in the history
  3. clang-format

    Signed-off-by: Sarnie, Nick <nick.sarnie@intel.com>
    sarnex committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    fde994a View commit details
    Browse the repository at this point in the history