[all-commits] [llvm/llvm-project] 2ea5aa: [IR] Deprecate opaque pointer compatibility APIs
Nikita Popov via All-commits
all-commits at lists.llvm.org
Wed Jul 19 01:21:28 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2ea5aa1c96cfb15ece9a665f0d59d6c9fa1365f0
https://github.com/llvm/llvm-project/commit/2ea5aa1c96cfb15ece9a665f0d59d6c9fa1365f0
Author: Nikita Popov <npopov at redhat.com>
Date: 2023-07-19 (Wed, 19 Jul 2023)
Changed paths:
M llvm/include/llvm/IR/DerivedTypes.h
M llvm/include/llvm/IR/LLVMContext.h
M llvm/include/llvm/IR/Type.h
M llvm/lib/IR/Type.cpp
M llvm/unittests/AsmParser/AsmParserTest.cpp
Log Message:
-----------
[IR] Deprecate opaque pointer compatibility APIs
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.
Differential Revision: https://reviews.llvm.org/D155585
More information about the All-commits
mailing list