ARM: print COFF function header for Windows on ARM
authorSaleem Abdulrasool <compnerd@compnerd.org>
Wed, 30 Apr 2014 06:14:25 +0000 (06:14 +0000)
committerSaleem Abdulrasool <compnerd@compnerd.org>
Wed, 30 Apr 2014 06:14:25 +0000 (06:14 +0000)
commitf3ce0c061e4d424ffcc61baa6c857cd2b8fd6eb2
treec0fe21f859f1a692dd78b9c697588ae58f9794d5
parent25d437f45da9d078156a47340df5151badadbff5
ARM: print COFF function header for Windows on ARM

Emit the COFF header when printing out the function.  This is important as the
header contains two important pieces of information: the storage class for the
symbol and the symbol type information.  This bit of information is required for
the linker to correctly identify the type of symbol that it is dealing with.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@207613 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMAsmPrinter.cpp
test/MC/ARM/coff-function-type-info.ll [new file with mode: 0644]