[all-commits] [llvm/llvm-project] aa786b: [lldb] [PECOFF] Only use PECallFrameInfo on the on...
Martin Storsjö via All-commits
all-commits at lists.llvm.org
Wed Apr 1 02:39:57 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: aa786b881fc89a2a9883bff77912f2053126f95b
https://github.com/llvm/llvm-project/commit/aa786b881fc89a2a9883bff77912f2053126f95b
Author: Martin Storsjö <martin at martin.st>
Date: 2020-04-01 (Wed, 01 Apr 2020)
Changed paths:
M lldb/source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.cpp
Log Message:
-----------
[lldb] [PECOFF] Only use PECallFrameInfo on the one supported architecture
The RuntimeFunction struct, which PECallFrameInfo interprets, has a
different layout and differnet semantics on all architectures.
Differential Revision: https://reviews.llvm.org/D77000
More information about the All-commits
mailing list