Skip to content

Commit b26134b

Browse files
committed
Enable integrated assembler on MSP430 by default.
Patch by Kristina Bessonova! Differential Revision: https://reviews.llvm.org/D56787 llvm-svn: 353192
1 parent 0d98b77 commit b26134b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

llvm/lib/Target/MSP430/MCTargetDesc/MSP430MCAsmInfo.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,5 @@ MSP430MCAsmInfo::MSP430MCAsmInfo(const Triple &TT) {
2323

2424
AlignmentIsInBytes = false;
2525
UsesELFSectionDirectiveForBSS = true;
26+
UseIntegratedAssembler = true;
2627
}

llvm/test/CodeGen/MSP430/mult-alt-generic-msp430.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
; RUN: llc < %s -march=msp430
1+
; RUN: llc < %s -march=msp430 -no-integrated-as
22
; ModuleID = 'mult-alt-generic.c'
33
target datalayout = "e-p:16:16:16-i8:8:8-i16:16:16-i32:16:32-n8:16"
44
target triple = "msp430"

0 commit comments

Comments
 (0)