diff options
author | Jyotsna Verma <jverma@codeaurora.org> | 2013-03-29 15:46:12 +0000 |
---|---|---|
committer | Jyotsna Verma <jverma@codeaurora.org> | 2013-03-29 15:46:12 +0000 |
commit | 26226cea4b04ed77de0937459ed7bda71667da34 (patch) | |
tree | a3bbdcd29d3c9ac1454dd90c5d011d23481cd7e2 /llvm/lib | |
parent | 91952cda76f6efa17f583680d03ae465a39153b0 (diff) | |
download | bcm5719-llvm-26226cea4b04ed77de0937459ed7bda71667da34.tar.gz bcm5719-llvm-26226cea4b04ed77de0937459ed7bda71667da34.zip |
Hexagon: Disable DwarfUsesInlineInfoSection flag.
llvm-svn: 178345
Diffstat (limited to 'llvm/lib')
-rw-r--r-- | llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCAsmInfo.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCAsmInfo.cpp b/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCAsmInfo.cpp index f0a9c7cd7b6..3deb8d1deb4 100644 --- a/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCAsmInfo.cpp +++ b/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCAsmInfo.cpp @@ -32,7 +32,6 @@ HexagonMCAsmInfo::HexagonMCAsmInfo(const Target &T, StringRef TT) { WeakRefDirective = "\t.weak\t"; SupportsDebugInformation = true; - DwarfUsesInlineInfoSection = true; UsesELFSectionDirectiveForBSS = true; ExceptionsType = ExceptionHandling::DwarfCFI; } |