[llvm] r207341 - ARM: Support SingleParameterDotFile on WoA
Rafael EspĂndola
rafael.espindola at gmail.com
Sun Apr 27 07:02:32 PDT 2014
testcase?
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
More information about the llvm-commits
mailing list