[PATCH] D155585: [IR] Deprecate opaque pointer compatibility APIs

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 18 05:24:07 PDT 2023


nikic created this revision.
nikic added a reviewer: opaque-pointers.
Herald added subscribers: StephenFan, hiraditya.
Herald added a project: All.
nikic requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

This deprecates various compatibility APIs that have been introduced as part of the opaque pointer migration.

These will be removed at some point after the LLVM 17 release.


https://reviews.llvm.org/D155585

Files:
  llvm/include/llvm/IR/DerivedTypes.h
  llvm/include/llvm/IR/LLVMContext.h
  llvm/include/llvm/IR/Type.h
  llvm/lib/IR/Type.cpp
  llvm/unittests/AsmParser/AsmParserTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D155585.541468.patch
Type: text/x-patch
Size: 5234 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230718/e7aa774c/attachment.bin>


More information about the llvm-commits mailing list