================ @@ -44,6 +44,10 @@ endif() if (WIN32) add_definitions(-D_ENABLE_EXTENDED_ALIGNED_STORAGE) + if (NOT MSVC) ---------------- DavidSpickett wrote:
Do we want this msvc check? Our Windows on Arm buildbot is using clang-cl, not sure if it'll hit this path. No harm in landing this and finding out though. https://github.com/llvm/llvm-project/pull/76137 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits