mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-25 16:24:23 +00:00
Fix grammar, noticed by Duncan.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@138764 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -506,7 +506,7 @@ void MCObjectFileInfo::InitMCObjectFileInfo(StringRef TT, Reloc::Model relocm,
|
|||||||
TTypeEncoding = dwarf::DW_EH_PE_absptr;
|
TTypeEncoding = dwarf::DW_EH_PE_absptr;
|
||||||
|
|
||||||
EHFrameSection = 0; // Created on demand.
|
EHFrameSection = 0; // Created on demand.
|
||||||
CompactUnwindSection = 0; // Used only be select targets.
|
CompactUnwindSection = 0; // Used only by selected targets.
|
||||||
|
|
||||||
Triple T(TT);
|
Triple T(TT);
|
||||||
Triple::ArchType Arch = T.getArch();
|
Triple::ArchType Arch = T.getArch();
|
||||||
|
Reference in New Issue
Block a user