[libc-commits] [PATCH] D132212: [libc] Install startup files with the install-libc target.
Jeff Bailey via Phabricator via libc-commits
libc-commits at lists.llvm.org
Fri Aug 19 09:25:34 PDT 2022
jeffbailey accepted this revision.
jeffbailey added inline comments.
This revision is now accepted and ready to land.
================
Comment at: libc/loader/linux/CMakeLists.txt:92
+ add_dependencies(libc-startup ${fq_target_name})
+ get_target_property(loader_object ${fq_target_name} LOADER_OBJECT)
+ install(FILES ${loader_object}
----------------
Discussed live: we will switch to "startup" rather than "loader" throughout in a subsequent CL.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D132212/new/
https://reviews.llvm.org/D132212
More information about the libc-commits
mailing list