1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 12:41:49 +01:00

[llvm-ar][test] \r\n -> \n

Also simplify some empty output tests with 'count 0'

llvm-svn: 366324
This commit is contained in:
Fangrui Song 2019-07-17 13:40:42 +00:00
parent b05f60662f
commit 02b17f57fa
17 changed files with 1164 additions and 1167 deletions

View File

@ -10,5 +10,4 @@ RUN: | FileCheck %s -DOUTPUT=%t.warning.ar
CHECK: warning: creating [[OUTPUT]]
RUN: rm -f %t.supressed.ar
RUN: llvm-ar cr %t.supressed.ar %t1.txt %t2.txt 2>&1 \
RUN: | FileCheck --allow-empty /dev/null --implicit-check-not={{.}}
RUN: llvm-ar cr %t.supressed.ar %t1.txt %t2.txt 2>&1 | count 0

View File

@ -46,11 +46,9 @@
## Append without member:
# RUN: llvm-ar qc %t/without.a
# RUN: llvm-ar t %t/without.a \
# RUN: | FileCheck /dev/null --allow-empty --implicit-check-not={{.}}
# RUN: llvm-ar t %t/without.a | count 0
# RUN: llvm-nm --print-armap %t/without.a \
# RUN: | FileCheck /dev/null --allow-empty --implicit-check-not={{.}}
# RUN: llvm-nm --print-armap %t/without.a | count 0
## No archive:
# RUN: not llvm-ar qc 2>&1 \