forked from OSchip/llvm-project
These two are default in the constructor for MCAsmInfo.
llvm-svn: 178293
This commit is contained in:
parent
320dcf6876
commit
6c75232cf0
|
@ -68,8 +68,6 @@ AMDGPUMCAsmInfo::AMDGPUMCAsmInfo(const Target &T, StringRef &TT) : MCAsmInfo() {
|
|||
//===--- Dwarf Emission Directives -----------------------------------===//
|
||||
HasLEB128 = true;
|
||||
SupportsDebugInformation = true;
|
||||
ExceptionsType = ExceptionHandling::None;
|
||||
DwarfUsesInlineInfoSection = false;
|
||||
DwarfSectionOffsetDirective = ".offset";
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue