[all-commits] [llvm/llvm-project] 768ead: [libc] Add a new rule `add_object`.
Siva Chandra via All-commits
all-commits at lists.llvm.org
Tue Mar 17 12:33:58 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 768ead0a6ca775212379a43bcd7bd51505738296
https://github.com/llvm/llvm-project/commit/768ead0a6ca775212379a43bcd7bd51505738296
Author: Siva Chandra Reddy <sivachandra at google.com>
Date: 2020-03-17 (Tue, 17 Mar 2020)
Changed paths:
M libc/cmake/modules/LLVMLibCRules.cmake
Log Message:
-----------
[libc] Add a new rule `add_object`.
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.
Reviewers: abrachet
Differential Revision: https://reviews.llvm.org/D76271
More information about the All-commits
mailing list