[compiler-rt] r350029 - [xray] Disable alignas() for thread_local objects on NetBSD

Joerg Sonnenberger via llvm-commits llvm-commits at lists.llvm.org
Sun Dec 23 14:47:23 PST 2018


On Sun, Dec 23, 2018 at 03:09:20PM -0000, Michal Gorny via llvm-commits wrote:
> Author: mgorny
> Date: Sun Dec 23 07:09:20 2018
> New Revision: 350029
> 
> URL: http://llvm.org/viewvc/llvm-project?rev=350029&view=rev
> Log:
> [xray] Disable alignas() for thread_local objects on NetBSD

I don't think this is enough, the alignof doesn't use the alignment of
the type itself...

Joerg


More information about the llvm-commits mailing list