Skip to content

Commit

Permalink
[AVR] Set UseIntegratedAssembler
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@295535 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
dylanmckay committed Feb 18, 2017
1 parent 4be00b7 commit 72748ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Target/AVR/MCTargetDesc/AVRMCAsmInfo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ AVRMCAsmInfo::AVRMCAsmInfo(const Triple &TT) {
CommentString = ";";
PrivateGlobalPrefix = ".L";
UsesELFSectionDirectiveForBSS = true;
UseIntegratedAssembler = true;
}

} // end of namespace llvm

0 comments on commit 72748ef

Please sign in to comment.