1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 11:42:57 +01:00

[AVR] Set UseIntegratedAssembler

llvm-svn: 295535
This commit is contained in:
Dylan McKay 2017-02-18 02:26:11 +00:00
parent eed08f63c9
commit 1a7f7e6a73

View File

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