[libc-commits] [PATCH] D76271: [libc] Add a new rule `add_object`.

Siva Chandra via Phabricator via libc-commits libc-commits at lists.llvm.org
Tue Mar 17 00:08:48 PDT 2020


sivachandra created this revision.
sivachandra added a reviewer: abrachet.
Herald added subscribers: libc-commits, tschuett, MaskRay, mgorny.
Herald added a project: libc-project.

This rule can help add targets to generate special object files like the
crt1.o on linux. Also, it can be used to add specially compiled object
stubs which are to be linked into the entrypoint objects.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D76271

Files:
  libc/cmake/modules/LLVMLibCRules.cmake

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D76271.250699.patch
Type: text/x-patch
Size: 3571 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20200317/33e4952a/attachment.bin>


More information about the libc-commits mailing list