[libc-commits] [PATCH] D143464: [libc] Cleanup the CMake infrastructure to add startup objects.

Siva Chandra via Phabricator via libc-commits libc-commits at lists.llvm.org
Mon Feb 6 23:01:54 PST 2023


sivachandra created this revision.
sivachandra added a reviewer: jhuber6.
Herald added subscribers: libc-commits, ecnelises, tschuett.
Herald added projects: libc-project, All.
sivachandra requested review of this revision.

Instead of using a custom target to copy the startup object file to a
file with the desired name, a normal object library with a special
property is used.

Follow up patches will do more cleanup wrt how the startup objects are
used in integration tests.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D143464

Files:
  libc/cmake/modules/LLVMLibCTestRules.cmake
  libc/startup/linux/CMakeLists.txt

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D143464.495387.patch
Type: text/x-patch
Size: 5486 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20230207/7e9ba2ed/attachment-0001.bin>


More information about the libc-commits mailing list