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:
parent
eed08f63c9
commit
1a7f7e6a73
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user