[llvm] r207341 - ARM: Support SingleParameterDotFile on WoA
Saleem Abdulrasool
compnerd at compnerd.org
Sun Apr 27 09:19:04 PDT 2014
On Sun, Apr 27, 2014 at 7:02 AM, Rafael EspĂndola <
rafael.espindola at gmail.com> wrote:
> testcase?
Seems that I missed it. Added in SVN r207365. Thanks for noticing that.
> On 26 April 2014 23:47, Saleem Abdulrasool <compnerd at compnerd.org> wrote:
> > Author: compnerd
> > Date: Sat Apr 26 22:47:57 2014
> > New Revision: 207341
> >
> > URL: http://llvm.org/viewvc/llvm-project?rev=207341&view=rev
> > Log:
> > 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.
> >
> > Modified:
> > llvm/trunk/lib/Target/ARM/MCTargetDesc/ARMMCAsmInfo.cpp
> >
> > Modified: llvm/trunk/lib/Target/ARM/MCTargetDesc/ARMMCAsmInfo.cpp
> > URL:
> http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/ARM/MCTargetDesc/ARMMCAsmInfo.cpp?rev=207341&r1=207340&r2=207341&view=diff
> >
> ==============================================================================
> > --- llvm/trunk/lib/Target/ARM/MCTargetDesc/ARMMCAsmInfo.cpp (original)
> > +++ llvm/trunk/lib/Target/ARM/MCTargetDesc/ARMMCAsmInfo.cpp Sat Apr 26
> 22:47:57 2014
> > @@ -89,6 +89,7 @@ void ARMCOFFMCAsmInfoGNU::anchor() { }
> >
> > ARMCOFFMCAsmInfoGNU::ARMCOFFMCAsmInfoGNU() {
> > AlignmentIsInBytes = false;
> > + HasSingleParameterDotFile = true;
> >
> > CommentString = "@";
> > Code16Directive = ".code\t16";
> >
> >
> > _______________________________________________
> > llvm-commits mailing list
> > llvm-commits at cs.uiuc.edu
> > http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>
--
Saleem Abdulrasool
compnerd (at) compnerd (dot) org
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140427/b5864a1a/attachment.html>
More information about the llvm-commits
mailing list