Unverified Commit 3745f475 authored by Amy Huang's avatar Amy Huang Committed by GitHub
Browse files

Fix to msvc::no_unique_address causing assert when used with __declspec(empty_bases) (#74776)

no_unique_address makes it possible for a class to be empty and have
non-zero virtual size, so just remove this assert.

Bug: https://github.com/llvm/llvm-project/issues/74442
parent d96f46dd
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment