[all-commits] [llvm/llvm-project] d8962b: [llvm-c] Deprecate LLVMBuildPtrDiff()
Nikita Popov via All-commits
all-commits at lists.llvm.org
Tue Jan 25 03:49:48 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d8962b4139a58ba6955cd4e15dc432c674a013c0
https://github.com/llvm/llvm-project/commit/d8962b4139a58ba6955cd4e15dc432c674a013c0
Author: Nikita Popov <npopov at redhat.com>
Date: 2022-01-25 (Tue, 25 Jan 2022)
Changed paths:
M llvm/include/llvm-c/Core.h
M llvm/lib/IR/Core.cpp
Log Message:
-----------
[llvm-c] Deprecate LLVMBuildPtrDiff()
In favor of LLVMBuildPtrDiff2(), which accepts an explicit element
type and is compatible with opaque pointers.
More information about the All-commits
mailing list