summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorJyotsna Verma <jverma@codeaurora.org>2013-03-29 15:46:12 +0000
committerJyotsna Verma <jverma@codeaurora.org>2013-03-29 15:46:12 +0000
commit26226cea4b04ed77de0937459ed7bda71667da34 (patch)
treea3bbdcd29d3c9ac1454dd90c5d011d23481cd7e2 /llvm/lib
parent91952cda76f6efa17f583680d03ae465a39153b0 (diff)
downloadbcm5719-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.cpp1
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;
}
OpenPOWER on IntegriCloud