]> granicus.if.org Git - llvm/commit
[MSP430] Recognize '{' as a line separator
authorAnton Korobeynikov <anton@korobeynikov.info>
Tue, 15 Jan 2019 20:10:46 +0000 (20:10 +0000)
committerAnton Korobeynikov <anton@korobeynikov.info>
Tue, 15 Jan 2019 20:10:46 +0000 (20:10 +0000)
commit73cc65ab14c86ea34061c0206cf2b4a0f444e8e2
treede02c4c40ed7559267bea233803df201dd97415f
parent173e19582ac9df4a5a0c7fcaaf65a2fb6ab9a5db
[MSP430] Recognize '{' as a line separator

msp430-as supports multiple assembly statements on the same line
separated by a '{' character.

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