1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00

Hexagon: Disable DwarfUsesInlineInfoSection flag.

llvm-svn: 178345
This commit is contained in:
Jyotsna Verma 2013-03-29 15:46:12 +00:00
parent 3493fd8e51
commit c91629764d

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;
}