forked from OSchip/llvm-project
Hexagon: Disable DwarfUsesInlineInfoSection flag.
llvm-svn: 178345
This commit is contained in:
parent
91952cda76
commit
26226cea4b
|
@ -32,7 +32,6 @@ HexagonMCAsmInfo::HexagonMCAsmInfo(const Target &T, StringRef TT) {
|
|||
WeakRefDirective = "\t.weak\t";
|
||||
|
||||
SupportsDebugInformation = true;
|
||||
DwarfUsesInlineInfoSection = true;
|
||||
UsesELFSectionDirectiveForBSS = true;
|
||||
ExceptionsType = ExceptionHandling::DwarfCFI;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue