From c9e9e28487b217b4807929f2fcfd8aaa9feddb7b Mon Sep 17 00:00:00 2001 From: Anton Korobeynikov Date: Tue, 15 Jan 2019 20:10:46 +0000 Subject: [MSP430] Recognize '{' as a line separator msp430-as supports multiple assembly statements on the same line separated by a '{' character. llvm-svn: 351233 --- llvm/lib/Target/MSP430/MCTargetDesc/MSP430MCAsmInfo.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'llvm/lib/Target') diff --git a/llvm/lib/Target/MSP430/MCTargetDesc/MSP430MCAsmInfo.cpp b/llvm/lib/Target/MSP430/MCTargetDesc/MSP430MCAsmInfo.cpp index 82e6731ecd7..36e9a9c3107 100644 --- a/llvm/lib/Target/MSP430/MCTargetDesc/MSP430MCAsmInfo.cpp +++ b/llvm/lib/Target/MSP430/MCTargetDesc/MSP430MCAsmInfo.cpp @@ -20,6 +20,7 @@ MSP430MCAsmInfo::MSP430MCAsmInfo(const Triple &TT) { CodePointerSize = CalleeSaveStackSlotSize = 2; CommentString = ";"; + SeparatorString = "{"; AlignmentIsInBytes = false; UsesELFSectionDirectiveForBSS = true; -- cgit v1.2.3