WebAssembly: comment out .globl when printing textual assembly
authorJF Bastien <jfb@google.com>
Tue, 25 Aug 2015 22:23:15 +0000 (22:23 +0000)
committerJF Bastien <jfb@google.com>
Tue, 25 Aug 2015 22:23:15 +0000 (22:23 +0000)
commit42e1a86e8103dcfc51e685f01e0a5a90ee11f27b
treecff4e1b475c45824aea97bb38832df9e0f2d0778
parente49a149453e01661462714411d378c1ad208fe09
WebAssembly: comment out .globl when printing textual assembly

Do the same for .weak (not implemented for now, but may as well to it). Update comment string to two semicolons.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@245982 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/WebAssembly/MCTargetDesc/WebAssemblyMCAsmInfo.cpp
test/CodeGen/WebAssembly/globl.ll [new file with mode: 0644]