[llvm] [LLVM] Add `LLVMIntrinsicCopyName` to LLVM C API (PR #112197)
Rahul Joshi via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 14 11:26:57 PDT 2024
================
@@ -242,6 +242,10 @@ Changes to the C API
* Added `LLVMAtomicRMWBinOpUSubCond` and `LLVMAtomicRMWBinOpUSubSat` to `LLVMAtomicRMWBinOp` enum for AtomicRMW instructions.
+* Added `LLVMIntrinsicCopyName` and changed `LLVMIntrinsicCopyOverloadedName`
+ and `LLVMIntrinsicCopyOverloadedName2` to return `const char *` instead of
+ `const char *`.
----------------
jurahul wrote:
Fixed now.
https://github.com/llvm/llvm-project/pull/112197
More information about the llvm-commits
mailing list