summaryrefslogtreecommitdiffstats
path: root/lldb/source/Expression
diff options
context:
space:
mode:
authorJan Kratochvil <jan.kratochvil@redhat.com>2018-04-29 19:47:48 +0000
committerJan Kratochvil <jan.kratochvil@redhat.com>2018-04-29 19:47:48 +0000
commite4777a9df5c28a42476c7eea7901ddf52498948e (patch)
treef9c0204b1cfebb4d12906b878ce5c0c9a1fc4566 /lldb/source/Expression
parent288c73e7be40be735b98a548983b4b58aa770e27 (diff)
downloadbcm5719-llvm-e4777a9df5c28a42476c7eea7901ddf52498948e.tar.gz
bcm5719-llvm-e4777a9df5c28a42476c7eea7901ddf52498948e.zip
Support reading section ".gnu_debugaltlink"
Differential revision: https://reviews.llvm.org/D40468 llvm-svn: 331148
Diffstat (limited to 'lldb/source/Expression')
-rw-r--r--lldb/source/Expression/IRExecutionUnit.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/source/Expression/IRExecutionUnit.cpp b/lldb/source/Expression/IRExecutionUnit.cpp
index ce88708c179..d5e5bf86a4c 100644
--- a/lldb/source/Expression/IRExecutionUnit.cpp
+++ b/lldb/source/Expression/IRExecutionUnit.cpp
@@ -1100,6 +1100,7 @@ bool IRExecutionUnit::CommitOneAllocation(lldb::ProcessSP &process_sp,
case lldb::eSectionTypeDWARFAppleTypes:
case lldb::eSectionTypeDWARFAppleNamespaces:
case lldb::eSectionTypeDWARFAppleObjC:
+ case lldb::eSectionTypeDWARFGNUDebugAltLink:
error.Clear();
break;
default:
OpenPOWER on IntegriCloud