[all-commits] [llvm/llvm-project] 279618: [llvm-c] Remove C API functions that are incompati...
Nikita Popov via All-commits
all-commits at lists.llvm.org
Sun Dec 4 23:47:28 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 27961824182252632644d8e3ef72ff5267f489fa
https://github.com/llvm/llvm-project/commit/27961824182252632644d8e3ef72ff5267f489fa
Author: Nikita Popov <npopov at redhat.com>
Date: 2022-12-05 (Mon, 05 Dec 2022)
Changed paths:
M llvm/docs/ReleaseNotes.rst
M llvm/include/llvm-c/Core.h
M llvm/lib/IR/Core.cpp
Log Message:
-----------
[llvm-c] Remove C API functions that are incompatible with opaque pointers
These deprecated functions are incompatible with opaque pointers,
and have replacements that accept an explicit type. Drop them now
as a final warning to consumers of the C API to migrate their code
(while LLVMGetElementType still exists as a temporary workaround).
Differential Revision: https://reviews.llvm.org/D135271
More information about the All-commits
mailing list