ARM: Support SingleParameterDotFile on WoA
authorSaleem Abdulrasool <compnerd@compnerd.org>
Sun, 27 Apr 2014 03:47:57 +0000 (03:47 +0000)
committerSaleem Abdulrasool <compnerd@compnerd.org>
Sun, 27 Apr 2014 03:47:57 +0000 (03:47 +0000)
commit2c2af2283290670bb30ea10a5ec1979f4a370051
treea14d4908d812eea8092db55715069a6efc071ebe
parente3a8e534e15ea54ed7e634550573a9572976cc44
ARM: Support SingleParameterDotFile on WoA

Currently, the integrated assembler is the only choice for assembling Windows on
ARM binaries.  IAS supports the .file <filename> directive which emits the file
symbol into the resulting object binary.  Mark the GNU COFF information to
indicate support for this feature.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@207341 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/MCTargetDesc/ARMMCAsmInfo.cpp