PowerPC: support the separator character in the IAS
authorSaleem Abdulrasool <compnerd@compnerd.org>
Tue, 24 Oct 2017 16:19:56 +0000 (16:19 +0000)
committerSaleem Abdulrasool <compnerd@compnerd.org>
Tue, 24 Oct 2017 16:19:56 +0000 (16:19 +0000)
commitfb490a0bcc391cfc8f9d4bffc3e977232ac77808
tree9a01debe5cfd9c61e811b85e5a1a2bf98f55ed99
parentd232e2c726836dedd57dded805ffbeead1db8fc1
PowerPC: support the separator character in the IAS

PowerPC uses ; as a comment leader and the @ as a separator character.
Support this properly.

llvm-svn: 316454
llvm/lib/Target/PowerPC/MCTargetDesc/PPCMCAsmInfo.cpp
llvm/test/MC/PowerPC/ppc-separator.s [new file with mode: 0644]