aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/ExecutionEngine/SectionMemoryManager.cpp
diff options
context:
space:
mode:
authorJosh Stone <jistone@redhat.com>2019-01-23 00:53:22 +0000
committerJosh Stone <jistone@redhat.com>2019-01-23 00:53:22 +0000
commit7a3108ff0f9a24cb8d80e708371d8520d8af6ab5 (patch)
tree1a2fe28998abff60b7778e053a6200fb61ecee30 /llvm/lib/ExecutionEngine/SectionMemoryManager.cpp
parentb4465f12dc36ebd51735edc5fa3b1567aa4380bf (diff)
downloadllvm-7a3108ff0f9a24cb8d80e708371d8520d8af6ab5.zip
llvm-7a3108ff0f9a24cb8d80e708371d8520d8af6ab5.tar.gz
llvm-7a3108ff0f9a24cb8d80e708371d8520d8af6ab5.tar.bz2
[CodeView] Allow empty types in member functions
Summary: `CodeViewDebug::lowerTypeMemberFunction` used to default to a `Void` return type if the function's type array was empty. After D54667, it started blindly indexing the 0th item for the return type, which fails in `getOperand` for empty arrays if assertions are enabled. This patch restores the `Void` return type for empty type arrays, and adds a test generated by Rust in line-only debuginfo mode. Reviewers: zturner, rnk Reviewed By: rnk Subscribers: hiraditya, JDevlieghere, llvm-commits Differential Revision: https://reviews.llvm.org/D57070 llvm-svn: 351910
Diffstat (limited to 'llvm/lib/ExecutionEngine/SectionMemoryManager.cpp')
0 files changed, 0 insertions, 0 deletions