forked from OSchip/llvm-project
Add newline at end of file to remove gcc warning.
llvm-svn: 77791
This commit is contained in:
parent
c10898ce3e
commit
04e3a30a21
|
@ -33,4 +33,4 @@ void XCoreTargetObjectFile::Initialize(MCContext &Ctx, const TargetMachine &TM){
|
|||
else
|
||||
ReadOnlySection = getOrCreateSection("\t.cp.rodata", false,
|
||||
SectionKind::ReadOnly);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue