[COFF, ARM64] Use '//' as comment character in assembly files in GNU environments
commit0aa36b89a2bb6c1dfc0499af8d2995983169c262
authorMartin Storsjo <martin@martin.st>
Sun, 13 Aug 2017 19:42:05 +0000 (13 19:42 +0000)
committerMartin Storsjo <martin@martin.st>
Sun, 13 Aug 2017 19:42:05 +0000 (13 19:42 +0000)
tree66027e4babc79c21d6ab964a47ba476c508e7dbe
parent971a43e85ab0ed67e9c582ed35ec398422db4290
[COFF, ARM64] Use '//' as comment character in assembly files in GNU environments

This allows using semicolons for bundling up more than one
statement per line. This is used within the mingw-w64 project in some
assembly files that contain code for multiple architectures.

Differential Revision: https://reviews.llvm.org/D36366

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@310797 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/AArch64/MCTargetDesc/AArch64MCAsmInfo.cpp
lib/Target/AArch64/MCTargetDesc/AArch64MCAsmInfo.h
lib/Target/AArch64/MCTargetDesc/AArch64MCTargetDesc.cpp
test/MC/AArch64/coff-gnu.s [new file with mode: 0644]