On 15 November 2017 at 03:41, Jason Molenda via lldb-commits <lldb-commits@lists.llvm.org> wrote: > Author: jmolenda > Date: Tue Nov 14 19:41:47 2017 > New Revision: 318262 > > URL: http://llvm.org/viewvc/llvm-project?rev=318262&view=rev > Log: > Roll back r318260 because it is causing the windows bot to > break. The alignas(__uint128_t) is not recognized with MSVC > it looks like. Zachary, is there a similar type on windows? > I suppose I can go with alignas(16) here but I'd prefer to > specify the type alignment that I want & let the ABI dictate > how much padding is required.
Are you sure about that? If I understand correctly, this register context is used on the host, so, if you're cross-debugging, you'll have the *host* ABI dictating the layout of the mac arm64 target registers, which sounds like a bad idea. _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits