[all-commits] [llvm/llvm-project] 7e075a: [libc] Add endianness support
Guillaume Chatelet via All-commits
all-commits at lists.llvm.org
Fri Apr 16 14:35:28 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7e075ad0b261236dd0a01f0b5e01f3221b0700d7
https://github.com/llvm/llvm-project/commit/7e075ad0b261236dd0a01f0b5e01f3221b0700d7
Author: Guillaume Chatelet <gchatelet at google.com>
Date: 2021-04-16 (Fri, 16 Apr 2021)
Changed paths:
M libc/src/__support/CMakeLists.txt
A libc/src/__support/endian.h
M libc/test/src/CMakeLists.txt
A libc/test/src/__support/CMakeLists.txt
A libc/test/src/__support/endian_test.cpp
Log Message:
-----------
[libc] Add endianness support
Add endianness detection support. This will be useful to implement `memcmp`.
Differential Revision: https://reviews.llvm.org/D100571
More information about the All-commits
mailing list