[all-commits] [llvm/llvm-project] 6c43ed: Introducing llvm-libtool-darwin
Sameer Arora via All-commits
all-commits at lists.llvm.org
Fri Jul 17 08:08:12 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 6c43ed608d5de84f0d17960b2b449a4a7fc0ca2a
https://github.com/llvm/llvm-project/commit/6c43ed608d5de84f0d17960b2b449a4a7fc0ca2a
Author: Sameer Arora <sameerarora101 at fb.com>
Date: 2020-07-17 (Fri, 17 Jul 2020)
Changed paths:
M llvm/docs/CommandGuide/index.rst
A llvm/docs/CommandGuide/llvm-libtool-darwin.rst
M llvm/test/CMakeLists.txt
A llvm/test/tools/llvm-libtool-darwin/Inputs/input1.yaml
A llvm/test/tools/llvm-libtool-darwin/Inputs/input2.yaml
A llvm/test/tools/llvm-libtool-darwin/basic.test
A llvm/test/tools/llvm-libtool-darwin/help-message.test
A llvm/test/tools/llvm-libtool-darwin/invalid-input-output-args.test
A llvm/tools/llvm-libtool-darwin/CMakeLists.txt
A llvm/tools/llvm-libtool-darwin/LLVMBuild.txt
A llvm/tools/llvm-libtool-darwin/llvm-libtool-darwin.cpp
Log Message:
-----------
Introducing llvm-libtool-darwin
This diff starts the implementation of llvm-libtool-darwin
(an llvm based replacement of cctool's libtool).
Libtool is used for creating static and dynamic libraries
from a bunch of object files given as input.
Reviewed by alexshap, smeenai, jhenderson, MaskRay
Differential Revision: https://reviews.llvm.org/D82923
More information about the All-commits
mailing list