[all-commits] [llvm/llvm-project] 86cca0: [llvm-c] Add `LLVMConstDataArray` and `LLVMGetRawD...
Quinton Miller via All-commits
all-commits at lists.llvm.org
Fri Apr 25 01:02:13 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 86cca005a1a160b4fe681c535c3f00984239259a
https://github.com/llvm/llvm-project/commit/86cca005a1a160b4fe681c535c3f00984239259a
Author: Quinton Miller <nicetas.c at gmail.com>
Date: 2025-04-25 (Fri, 25 Apr 2025)
Changed paths:
M llvm/docs/ReleaseNotes.md
M llvm/include/llvm-c/Core.h
M llvm/lib/IR/Core.cpp
M llvm/test/Bindings/llvm-c/echo.ll
M llvm/tools/llvm-c-test/echo.cpp
Log Message:
-----------
[llvm-c] Add `LLVMConstDataArray` and `LLVMGetRawDataValues` (#129440)
Resolves #129439.
The addition to `echo.ll` is for testing `ConstantArray`, because every
other array in that file is in fact a `ConstantDataArray` and now takes
the new code path in `echo.cpp`.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list