[Lldb-commits] [lldb] [lldb][test] Add test for no_unique_address when mixed with bitfields (PR #108155)

A. Jiang via lldb-commits lldb-commits at lists.llvm.org
Wed Sep 11 02:41:10 PDT 2024


frederick-vs-ja wrote:

> The test will fail on windows because no_unique_address is not a thing there:

Seems like that we should spell it as `[[msvc::no_unique_address]]` on Windows. Is there already such a macro in lldb/test covering this?

https://github.com/llvm/llvm-project/pull/108155


More information about the lldb-commits mailing list