diff options
author | Neil Henning <neil.henning@unity3d.com> | 2019-12-11 13:20:42 +0000 |
---|---|---|
committer | Neil Henning <neil.henning@unity3d.com> | 2020-01-06 08:50:18 +0000 |
commit | 103a58c8f2b0a62a42f6eedcdef38222ff22a538 (patch) | |
tree | ef2ee3bcc73949980b0de9b136e208dc6adf3a68 /lldb/packages/Python/lldbsuite/test/python_api/thread/main.cpp | |
parent | c5fb73c5d1b3f1adb77d99fc85c594b48bff08f9 (diff) | |
download | bcm5719-llvm-103a58c8f2b0a62a42f6eedcdef38222ff22a538.tar.gz bcm5719-llvm-103a58c8f2b0a62a42f6eedcdef38222ff22a538.zip |
Add ExternalAAWrapperPass to createLegacyPMAAResults.
Our out-of-tree custom aliasing solution for the HPC# Burst compiler
here at Unity makes use of the `ExternalAAwrapperPass` infrastructure to
insert our custom aliasing resolution into the core of LLVM. This is
great for all cases except for function inlining, where because
`createLegacyPMAAResults` does not make use of `ExternalAAWrapperPass`,
when we have a definite no-alias result within a function it won't be
propagated to the calling function during inlining.
This commit just rectifies this oversight by adding the missing
dependency.
Differential Revision: https://reviews.llvm.org/D71348
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/thread/main.cpp')
0 files changed, 0 insertions, 0 deletions