summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/MCAsmInfo.cpp
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2013-08-28 04:04:28 +0000
committerEric Christopher <echristo@gmail.com>2013-08-28 04:04:28 +0000
commit62caa709fe2795b459f3c6ad863271f2b6a000b3 (patch)
tree10c19854f237c724736dab54bc76568e111fec6f /llvm/lib/MC/MCAsmInfo.cpp
parentd80c17e06022b89a97d1264526af5770b5057875 (diff)
downloadbcm5719-llvm-62caa709fe2795b459f3c6ad863271f2b6a000b3.tar.gz
bcm5719-llvm-62caa709fe2795b459f3c6ad863271f2b6a000b3.zip
Remove support for the .debug_inlined section. No known software
in use supports it. llvm-svn: 189439
Diffstat (limited to 'llvm/lib/MC/MCAsmInfo.cpp')
-rw-r--r--llvm/lib/MC/MCAsmInfo.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/MC/MCAsmInfo.cpp b/llvm/lib/MC/MCAsmInfo.cpp
index 84e4075621b..a9c0507f0cf 100644
--- a/llvm/lib/MC/MCAsmInfo.cpp
+++ b/llvm/lib/MC/MCAsmInfo.cpp
@@ -87,7 +87,6 @@ MCAsmInfo::MCAsmInfo() {
HasLEB128 = false;
SupportsDebugInformation = false;
ExceptionsType = ExceptionHandling::None;
- DwarfUsesInlineInfoSection = false;
DwarfUsesRelocationsAcrossSections = true;
DwarfRegNumForCFI = false;
HasMicrosoftFastStdCallMangling = false;
OpenPOWER on IntegriCloud