Use AlignOf traits to enable static_assert.
authorPete Cooper <peter_cooper@apple.com>
Tue, 9 Jun 2015 20:58:03 +0000 (20:58 +0000)
committerPete Cooper <peter_cooper@apple.com>
Tue, 9 Jun 2015 20:58:03 +0000 (20:58 +0000)
commita96fc7ab00e84f85bf1f85c5c9264ad3a1bd280d
treeac58353a6e9ef565eb0869c05f16cb0902ea9798
parentea8e85d925c29a5a2fbae7739d30f9e1ac9602cc
Use AlignOf traits to enable static_assert.

This is better than runtime asserts.  Thanks to David Blaikie for the help here.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@239431 91177308-0d34-0410-b5e6-96231b3b80d8
lib/MC/MCSymbol.cpp