[libc-commits] [PATCH] D147988: [libc] Fix swab placement

Caslyn Tonelli via Phabricator via libc-commits libc-commits at lists.llvm.org
Mon Apr 10 20:07:20 PDT 2023


Caslyn created this revision.
Caslyn added a reviewer: mcgrathr.
Herald added subscribers: libc-commits, luke, frasercrmck, ecnelises, luismarques, apazos, sameer.abuasal, tschuett, s.egerton, Jim, jocewei, PkmX, the_o, brucehoult, MartinMosbeck, rogfer01, edward-jones, zzheng, jrtc27, niosHD, sabuasal, simoncook, johnrusso, rbar, asb.
Herald added projects: libc-project, All.
Caslyn requested review of this revision.
Herald added a subscriber: pcwang-thead.

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.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D147988

Files:
  libc/config/linux/aarch64/entrypoints.txt
  libc/config/linux/riscv64/entrypoints.txt
  libc/config/linux/x86_64/entrypoints.txt
  libc/src/unistd/CMakeLists.txt
  libc/src/unistd/linux/CMakeLists.txt
  libc/src/unistd/linux/swab.cpp
  libc/src/unistd/swab.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D147988.512320.patch
Type: text/x-patch
Size: 4096 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20230411/36d567d6/attachment.bin>


More information about the libc-commits mailing list