]> granicus.if.org Git - llvm/commit
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)
commit67feb8cb261adcb0db53fdf2ccf7a5503553ee26
tree16ff155d63af0b27cc1243aa832cb742259766c6
parent1e07339b8d3b33441d078f16824ce691acd81019
PowerPC: support the separator character in the IAS

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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@316454 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/PowerPC/MCTargetDesc/PPCMCAsmInfo.cpp
test/MC/PowerPC/ppc-separator.s [new file with mode: 0644]