1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00
llvm-mirror/test/tools/llvm-ar
Owen Reynolds dc9ffeae80 [llvm-ar] Accept file paths with windows format slashes
The internal representation of llvm-ar archives uses linux style slashes
for paths, no matter the OS. In the case of windows this meant file
paths input intending to match existing members would only match if
linux style slashes where used. This change allows either slash
direction to be input by the user.

This change includes removing an unnecessary call to normalisePath and
moving the call of another.

Differential Revision: https://reviews.llvm.org/D65743

llvm-svn: 368573
2019-08-12 14:00:28 +00:00
..
Inputs
absolute-paths.test
add-library.test
case-detection.test
coff-weak.yaml
count.test
create.test [llvm-ar][test] \r\n -> \n 2019-07-17 13:40:42 +00:00
dash-before-letter.test [llvm-ar][test] \r\n -> \n 2019-07-17 13:40:42 +00:00
default-add.test
default-coff.test
default-elf.test
default-macho.test
delete.test [llvm-ar][test] \r\n -> \n 2019-07-17 13:40:42 +00:00
empty-uid-gid.test
extract.test [llvm-ar][test] Correct tests marked as expected fails 2019-08-12 13:04:02 +00:00
flatten-thin-archive-directories.test
flatten-thin-archive-recursive.test
flatten-thin-archive.test
full-path-option.test
insert-after.test [llvm-ar][test] \r\n -> \n 2019-07-17 13:40:42 +00:00
insert-before.test [llvm-ar][test] \r\n -> \n 2019-07-17 13:40:42 +00:00
invalid-command-line.test
move-after.test [llvm-ar][test] Fix move operation tests 2019-07-24 14:26:18 +00:00
move-before.test [llvm-ar][test] Fix move operation tests 2019-07-24 14:26:18 +00:00
move.test [llvm-ar][test] \r\n -> \n 2019-07-17 13:40:42 +00:00
mri-addlib.test [llvm-ar][test] \r\n -> \n 2019-07-17 13:40:42 +00:00
mri-addmod.test [llvm-ar][test] \r\n -> \n 2019-07-17 13:40:42 +00:00
mri-comments.test [llvm-ar][test] \r\n -> \n 2019-07-17 13:40:42 +00:00
mri-delete.test
mri-end.test [llvm-ar][test] \r\n -> \n 2019-07-17 13:40:42 +00:00
mri-thin-archive.test
mri-utf8.test [llvm-ar][test] Correct tests marked as expected fails 2019-08-12 13:04:02 +00:00
override.test
print-thin-archive-path.test
print.test [llvm-ar][test] Correct tests marked as expected fails 2019-08-12 13:04:02 +00:00
quick-append.test [llvm-ar][test] \r\n -> \n 2019-07-17 13:40:42 +00:00
read-only-archive.test [llvm-ar][test] \r\n -> \n 2019-07-17 13:40:42 +00:00
reduce-thin-path.test
regex-cmd.test
replace-update.test [llvm-ar][test] \r\n -> \n 2019-07-17 13:40:42 +00:00
replace.test [llvm-ar][test] \r\n -> \n 2019-07-17 13:40:42 +00:00
symtab.test [llvm-ar][test] \r\n -> \n 2019-07-17 13:40:42 +00:00
thin-archive.test
windows-path.test [llvm-ar] Accept file paths with windows format slashes 2019-08-12 14:00:28 +00:00