Move COFF Type in to the MCSymbolCOFF class.
authorPete Cooper <peter_cooper@apple.com>
Mon, 8 Jun 2015 17:17:16 +0000 (17:17 +0000)
committerPete Cooper <peter_cooper@apple.com>
Mon, 8 Jun 2015 17:17:16 +0000 (17:17 +0000)
commita335f333be97c51c347c0a2fd46042eb3cdfac2e
tree49b7ba09c77ac56f87c5412b9f49288000d74b68
parentf560b88d7c2b7f2abd9daccc046bf92149a08a22
Move COFF Type in to the MCSymbolCOFF class.

The flags field in MCSymbol only needs to be 16-bits on ELF and MachO.
This moves the 16-bit Type out of there so that it can be reduced in size in a future commit.

Reviewed by Rafael EspĂ­ndola.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@239313 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/MC/MCSymbolCOFF.h
include/llvm/Support/COFF.h