mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +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 = ";";
|
||||
PrivateGlobalPrefix = ".L";
|
||||
UsesELFSectionDirectiveForBSS = true;
|
||||
UseIntegratedAssembler = true;
|
||||
}
|
||||
|
||||
} // end of namespace llvm
|
||||
|
Loading…
Reference in New Issue
Block a user