Ignore size check as COFF assembly doesn't supprt .size directive.
The override function getSectionForMachineBasicBlock will construct
cold section and general basic block section. This patch constructs
general basic block section only, the cold section will be constructed
in later machine function splitter on Windows patch.
Signed-off-by: Pan, Tao <tao.pan@intel.com>
Why is this set to always comdat? This should be comdat only if the function is comdat, right?