OSDN Git Service

Introducing llvm-libtool-darwin
authorSameer Arora <sameerarora101@fb.com>
Wed, 1 Jul 2020 21:41:07 +0000 (14:41 -0700)
committerSameer Arora <sameerarora101@fb.com>
Fri, 17 Jul 2020 15:07:02 +0000 (08:07 -0700)
commit6c43ed608d5de84f0d17960b2b449a4a7fc0ca2a
treefc36e61371ea72770db0ac1a97ff98e812ebbaf3
parent6831f8ae58c3f32d7fa6cd10c2fdac4f732df2b3
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
llvm/docs/CommandGuide/index.rst
llvm/docs/CommandGuide/llvm-libtool-darwin.rst [new file with mode: 0644]
llvm/test/CMakeLists.txt
llvm/test/tools/llvm-libtool-darwin/Inputs/input1.yaml [new file with mode: 0644]
llvm/test/tools/llvm-libtool-darwin/Inputs/input2.yaml [new file with mode: 0644]
llvm/test/tools/llvm-libtool-darwin/basic.test [new file with mode: 0644]
llvm/test/tools/llvm-libtool-darwin/help-message.test [new file with mode: 0644]
llvm/test/tools/llvm-libtool-darwin/invalid-input-output-args.test [new file with mode: 0644]
llvm/tools/llvm-libtool-darwin/CMakeLists.txt [new file with mode: 0644]
llvm/tools/llvm-libtool-darwin/LLVMBuild.txt [new file with mode: 0644]
llvm/tools/llvm-libtool-darwin/llvm-libtool-darwin.cpp [new file with mode: 0644]