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-interp] Use -fno-sized-deallocation in two tests #95546

Merged
merged 1 commit into from
Jun 14, 2024

Commits on Jun 14, 2024

  1. [clang-interp] Use -fno-sized-deallocation in two tests

    At least on my Windows machine, these two tests fail due to not
    being able to look up `??3@YAXPEAX_K@Z` (which is
    `void __cdecl operator delete(void *, unsigned __int64)` in demangled)
    after 130e93c. Since they don't test anything related to sized
    deallocation, just disable sized allocation for them.
    
    Possibly fixes llvm#95451.
    nico committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    356f14c View commit details
    Browse the repository at this point in the history