[all-commits] [llvm/llvm-project] 95ca2e: [libc] Fix swab placement
Caslyn Tonelli via All-commits
all-commits at lists.llvm.org
Tue Apr 11 11:09:08 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 95ca2e2cf9d6d1e15df851269026eba78e064292
https://github.com/llvm/llvm-project/commit/95ca2e2cf9d6d1e15df851269026eba78e064292
Author: Caslyn Tonelli <caslyn at google.com>
Date: 2023-04-11 (Tue, 11 Apr 2023)
Changed paths:
M libc/config/linux/aarch64/entrypoints.txt
M libc/config/linux/riscv64/entrypoints.txt
M libc/config/linux/x86_64/entrypoints.txt
M libc/src/unistd/CMakeLists.txt
M libc/src/unistd/linux/CMakeLists.txt
R libc/src/unistd/linux/swab.cpp
A libc/src/unistd/swab.cpp
Log Message:
-----------
[libc] Fix swab placement
Per https://reviews.llvm.org/D147970#4256889, swab.cpp is moved out of
the /linux subdirectory and cmake specifications are amended to reflect
that swab is not OS-specific.
Differential Revision: https://reviews.llvm.org/D147988
More information about the All-commits
mailing list