1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 12:12:47 +01:00
llvm-mirror/lib/ToolDrivers/llvm-lib
Eric Astor 05fa9df478 [ms] Add new option to llvm-lib: /llvmlibempty
Summary:
Add a new option (/llvmlibempty). If passed and llvm-lib does not give an error, it will create a valid output archive even if empty.

By default, llvm-lib mimicks lib.exe: if given no input files, it doesn't create its output file at all. This is incompatible with some build systems, so we add a command-line option to toggle this compatibility behavior.

Reviewed By: thakis

Differential Revision: https://reviews.llvm.org/D78894
2020-04-30 15:30:56 -04:00
..
CMakeLists.txt [cmake] Explicitly mark libraries defined in lib/ as "Component Libraries" 2019-11-21 10:48:08 -08:00
LibDriver.cpp [ms] Add new option to llvm-lib: /llvmlibempty 2020-04-30 15:30:56 -04:00
LLVMBuild.txt llvm-lib: Disallow mixing object files with different machine types 2019-06-07 13:24:34 +00:00
Options.td [ms] Add new option to llvm-lib: /llvmlibempty 2020-04-30 15:30:56 -04:00