1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-22 04:22:57 +02:00
llvm-mirror/test/tools/llvm-lib
Fangrui Song 208a1eb22e [llvm-ar] Improve tool selection heuristic
If llvm-ar is installed at arm-pokymllib32-linux-gnueabi-llvm-ar, it may
think it is llvm-lib due to the "lib" substring.

Improve the heuristic to make all the following work as intended:

llvm-ar-9 (llvm-9 package on Debian)
llvm-ranlib.exe
Lib.exe (reported by D44808)
arm-pokymllib32-linux-gnueabi-llvm-ar (reported by D71030)

Reviewed By: raj.khem, rupprecht

Differential Revision: https://reviews.llvm.org/D71302
2019-12-10 17:32:50 -08:00
..
Inputs llvm-lib: Disallow mixing object files with different machine types 2019-06-07 13:24:34 +00:00
duplicate.test [llvm-lib] Detect duplicate input files 2019-10-02 06:41:52 +00:00
help.test
infer-output-path.test
invalid.test [llvm-lib] Correctly handle .lib input files 2019-10-02 05:24:24 +00:00
libpath.test
list.test
lit.local.cfg [lit] Delete empty lines at the end of lit.local.cfg NFC 2019-06-17 09:51:07 +00:00
machine-mismatch.test llvm-lib: Implement /machine: argument 2019-06-11 01:13:41 +00:00
nest.test [llvm-lib] Correctly handle .lib input files 2019-10-02 05:24:24 +00:00
no-inputs.test
resource.test
thin-relative.test
thin.test
tool-name.test [llvm-ar] Improve tool selection heuristic 2019-12-10 17:32:50 -08:00
use-paths.test