1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00
llvm-mirror/tools/llvm-libtool-darwin
Shoaib Meenai 5c9a439cf0 [llvm-libtool-darwin] Add support for -V option
The -V option in cctools' libtool prints out the version number and
performs any specified operation. Add this option to LLVM's version.
cctools is more forgiving of invalid command lines when -V is specified,
but I think it's better to give errors instead of silently producing no
output.

Unfortunately, when -V is present, options that would otherwise be
required aren't anymore, so we need to perform some manual argument
validation.

Reviewed By: alexshap

Differential Revision: https://reviews.llvm.org/D86359
2020-08-24 13:48:23 -07:00
..
CMakeLists.txt [llvm-libtool-darwin] Add support for -arch_only 2020-08-13 11:08:46 -07:00
llvm-libtool-darwin.cpp [llvm-libtool-darwin] Add support for -V option 2020-08-24 13:48:23 -07:00
LLVMBuild.txt [llvm-libtool-darwin] Add support for -arch_only 2020-08-13 11:08:46 -07:00