1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00
llvm-mirror/test/tools/llvm-ranlib
Alex Richardson d1afdddc80 [llvm-ranlib] Update expected error message check for Windows
On Windows hosts, the error message will be something like
`c:\src\llvm-project\out\gn\bin\llvm-ranlib.exe: error: Invalid option: '--D'`.
Due to the .exe after llvm-ranlib the existing CHECK lines do not match.
Fix this by ignoring the program name and starting the check line at "error:".
2020-01-02 18:00:04 +00:00
..
bad-usage.test
D-flag.test [llvm-ranlib] Update expected error message check for Windows 2020-01-02 18:00:04 +00:00
help-message.test Make the llvm-ranlib/help-message.test test pass in unusual configurations 2020-01-02 15:24:18 +01:00
tool-name.test