diff options
author | Daniel Frampton <Daniel.Frampton@microsoft.com> | 2020-03-31 13:12:54 -0700 |
---|---|---|
committer | Eli Friedman <efriedma@quicinc.com> | 2020-03-31 14:21:21 -0700 |
commit | 494abe139a9aab991582f1b3f3370b99b252944c (patch) | |
tree | 9e57002421ac6f79753e400514218fc3dcd06ca4 /llvm/lib/Object/ObjectFile.cpp | |
parent | 522b4c4b88a5606b0074926e8658e7fede97c230 (diff) | |
download | llvm-494abe139a9aab991582f1b3f3370b99b252944c.zip llvm-494abe139a9aab991582f1b3f3370b99b252944c.tar.gz llvm-494abe139a9aab991582f1b3f3370b99b252944c.tar.bz2 |
[AArch64] Change AArch64 Windows EH UnwindHelp object to be a fixed object
The UnwindHelp object is used during exception handling by runtime
code. It must be findable from a fixed offset from FP.
This change allocates the UnwindHelp object as a fixed object (as is
done for x86_64) to ensure that both the generated code and runtime
agree on the location of the object.
Fixes https://bugs.llvm.org/show_bug.cgi?id=45346
Differential Revision: https://reviews.llvm.org/D77016
Diffstat (limited to 'llvm/lib/Object/ObjectFile.cpp')
0 files changed, 0 insertions, 0 deletions