diff options
author | Sven van Haastregt <sven.vanhaastregt@arm.com> | 2019-12-02 14:20:15 +0000 |
---|---|---|
committer | Sven van Haastregt <sven.vanhaastregt@arm.com> | 2019-12-02 14:20:15 +0000 |
commit | 62364965619bd7e8847418b21ec327a78bd1624c (patch) | |
tree | ea10a004ff04de5d8ddb7f30b537fcaf53e26142 /lldb/packages/Python/lldbsuite/test/python_api/frame | |
parent | d62026e2dde1d27c7d1c702f11b0464e1d470d4f (diff) | |
download | bcm5719-llvm-62364965619bd7e8847418b21ec327a78bd1624c.tar.gz bcm5719-llvm-62364965619bd7e8847418b21ec327a78bd1624c.zip |
[OpenCL] Fix address space for implicit conversion (PR43145)
Clang was creating a DerivedToBase ImplicitCastExpr that was also
casting between address spaces as part of the second step in the
standard conversion sequence. Defer the address space conversion to
the third step in the sequence instead, such that we get a separate
ImplicitCastExpr for the address space conversion.
Differential Revision: https://reviews.llvm.org/D70605
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/frame')
0 files changed, 0 insertions, 0 deletions