diff options
author | Nikita Popov <npopov@redhat.com> | 2023-07-12 14:43:16 +0200 |
---|---|---|
committer | Nikita Popov <npopov@redhat.com> | 2023-07-14 09:07:11 +0200 |
commit | 53717cabf837a589dd54a47dd8b4b3b9677f0b85 (patch) | |
tree | b7ea79177ef0aebb30850491e19bc583d2112385 /llvm/lib/IR/Function.cpp | |
parent | e5296c52e51bf214da32734d2344c9380c58a347 (diff) | |
download | llvm-53717cabf837a589dd54a47dd8b4b3b9677f0b85.zip llvm-53717cabf837a589dd54a47dd8b4b3b9677f0b85.tar.gz llvm-53717cabf837a589dd54a47dd8b4b3b9677f0b85.tar.bz2 |
[IR] Remove -opaque-pointers option
The test migration to opaque pointers has finished, so we can finally
drop typed pointer support from LLVM \o/
This removes the ability to disable typed pointers, as well as the
-opaque-pointers option, but otherwise doesn't yet touch any API
surface. I'll leave deprecation/removal of compatibility APIs to
future changes.
This also drops a few tests: These are either testing errors that
only occur with typed pointers, or type linking behavior that, to
the best of my knowledge, only applies to typed pointers.
Note that this will break some tests in the experimental SPIRV
backend, because the maintainers have failed to update their tests
in a reasonable time-frame, despite multiple warnings. In accordance
with our experimental target policy, this is not a blocking concern.
This issue is tracked at https://github.com/llvm/llvm-project/issues/60133.
Differential Revision: https://reviews.llvm.org/D155079
Diffstat (limited to 'llvm/lib/IR/Function.cpp')
0 files changed, 0 insertions, 0 deletions