diff options
author | Daniel Frampton <Daniel.Frampton@microsoft.com> | 2020-03-31 13:12:54 -0700 |
---|---|---|
committer | Tom Stellard <tstellar@redhat.com> | 2020-06-25 16:19:14 -0700 |
commit | a110c3fc8cd9368627ce0386d7d16756be3d62ac (patch) | |
tree | 88ea09a3b2ba5776b7287738a255fb4ae719b059 /clang/lib/Serialization/ModuleManager.cpp | |
parent | 69fb858731e857abcabe74dcf6db344030ca650b (diff) | |
download | bcm5719-llvm-a110c3fc8cd9368627ce0386d7d16756be3d62ac.tar.gz bcm5719-llvm-a110c3fc8cd9368627ce0386d7d16756be3d62ac.zip |
[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
(cherry picked from commit 494abe139a9aab991582f1b3f3370b99b252944c)
Diffstat (limited to 'clang/lib/Serialization/ModuleManager.cpp')
0 files changed, 0 insertions, 0 deletions