Hexagon: Disable DwarfUsesInlineInfoSection flag.

llvm-svn: 178345
This commit is contained in:
Jyotsna Verma 2013-03-29 15:46:12 +00:00
parent 91952cda76
commit 26226cea4b
1 changed files with 0 additions and 1 deletions

View File

@ -32,7 +32,6 @@ HexagonMCAsmInfo::HexagonMCAsmInfo(const Target &T, StringRef TT) {
WeakRefDirective = "\t.weak\t";
SupportsDebugInformation = true;
DwarfUsesInlineInfoSection = true;
UsesELFSectionDirectiveForBSS = true;
ExceptionsType = ExceptionHandling::DwarfCFI;
}