]> granicus.if.org Git - llvm/commitdiff
[AVR] Set UseIntegratedAssembler
authorDylan McKay <me@dylanmckay.io>
Sat, 18 Feb 2017 02:26:11 +0000 (02:26 +0000)
committerDylan McKay <me@dylanmckay.io>
Sat, 18 Feb 2017 02:26:11 +0000 (02:26 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@295535 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/AVR/MCTargetDesc/AVRMCAsmInfo.cpp

index cca3bcc4968ab0cf593793bad371e90483a2f373..9f2ee8cf80356599eb9031c4d3bfa673c5ee5fcf 100644 (file)
@@ -23,6 +23,7 @@ AVRMCAsmInfo::AVRMCAsmInfo(const Triple &TT) {
   CommentString = ";";
   PrivateGlobalPrefix = ".L";
   UsesELFSectionDirectiveForBSS = true;
+  UseIntegratedAssembler = true;
 }
 
 } // end of namespace llvm