MC: Initialize MCSymbolData::Offset directly
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>
Thu, 21 May 2015 01:59:58 +0000 (01:59 +0000)
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>
Thu, 21 May 2015 01:59:58 +0000 (01:59 +0000)
commit1d4f2ba509eebf9aaaec2412a4772b6969e49974
treeacc1e562efbb5185ba21b5382dfd9373b4c70238
parent8eca988b00ad9dde185183c664f422615ef87b48
MC: Initialize MCSymbolData::Offset directly

Try to fix miscompile after r237873.  Looks like this union
initialization isn't legal (or at least not supported).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@237875 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/MC/MCSymbol.h