Use a comma after the unique keyword.
authorRafael Espindola <rafael.espindola@gmail.com>
Mon, 6 Apr 2015 16:34:41 +0000 (16:34 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Mon, 6 Apr 2015 16:34:41 +0000 (16:34 +0000)
commit6ba6e554c7bb796215d6565d887f504b7aae15d6
tree9bd79107efe4eb9cf74f5ad24a77243a1afcdb95
parent28827bea16d7e13cbf6228cd16809630bbded1c8
Use a comma after the unique keyword.

H.J. Lu noted that all .section options are separated by a comma.

This patch changes the syntax of unique to require one.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@234174 91177308-0d34-0410-b5e6-96231b3b80d8
docs/Extensions.rst
lib/MC/MCParser/ELFAsmParser.cpp
lib/MC/MCSectionELF.cpp
test/MC/ELF/section-unique-err1.s
test/MC/ELF/section-unique-err2.s
test/MC/ELF/section-unique-err3.s
test/MC/ELF/section-unique-err4.s [new file with mode: 0644]
test/MC/ELF/section-unique.s