[all-commits] [llvm/llvm-project] 06cc88: [Support] Make IsLittleEndianHost constexpr (NFC) ...
Kazu Hirata via All-commits
all-commits at lists.llvm.org
Mon Aug 11 22:51:47 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 06cc8880104c3f3e5c25da16709659db7a339bf0
https://github.com/llvm/llvm-project/commit/06cc8880104c3f3e5c25da16709659db7a339bf0
Author: Kazu Hirata <kazu at google.com>
Date: 2025-08-11 (Mon, 11 Aug 2025)
Changed paths:
M llvm/include/llvm/Support/SwapByteOrder.h
Log Message:
-----------
[Support] Make IsLittleEndianHost constexpr (NFC) (#153125)
IsLittleEndianHost is a compile-time constant because IsBigEndianHost
also is.
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