[all-commits] [llvm/llvm-project] c8adbd: [orc-rt] Add endian_read/write operations. (#166892)
Lang Hames via All-commits
all-commits at lists.llvm.org
Thu Nov 6 23:25:25 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c8adbd7a8b469355d40e381bd4597a24ef651313
https://github.com/llvm/llvm-project/commit/c8adbd7a8b469355d40e381bd4597a24ef651313
Author: Lang Hames <lhames at gmail.com>
Date: 2025-11-07 (Fri, 07 Nov 2025)
Changed paths:
A orc-rt/include/orc-rt/Endian.h
M orc-rt/unittests/CMakeLists.txt
A orc-rt/unittests/EndianTest.cpp
Log Message:
-----------
[orc-rt] Add endian_read/write operations. (#166892)
The endian_read and endian_write operations read and write unsigned
integers stored in a given endianness.
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