|
51 | 51 | ## zicfilp-unlabeled-report should report any input files that don't have the
|
52 | 52 | ## zicfilp-unlabeled property
|
53 | 53 | # RUN: ld.lld rv32-func1-zicfilp.o rv32-func2.o rv32-func3-zicfilp.o \
|
54 |
| -# RUN: -z zicfilp-unlabeled-report=warning -o /dev/null 2>&1 \ |
| 54 | +# RUN: -z zicfilp-unlabeled-report=warning 2>&1 \ |
55 | 55 | # RUN: | FileCheck --check-prefix=MISS-LP-WARN %s
|
56 | 56 | # RUN: not ld.lld rv32-func2-zicfilp.o rv32-func3.o --shared \
|
57 |
| -# RUN: -z zicfilp-unlabeled-report=error 2>&1 \ |
| 57 | +# RUN: -z zicfilp-unlabeled-report=error 2>&1 \ |
58 | 58 | # RUN: | FileCheck --check-prefix=MISS-LP-ERROR %s
|
59 | 59 |
|
60 | 60 | # RUN: ld.lld rv32-func1-zicfilp.o rv32-func2-zicfilp.o rv32-func3-zicfilp.o \
|
61 |
| -# RUN: -z zicfilp-unlabeled-report=warning -o /dev/null 2>&1 | count 0 |
| 61 | +# RUN: -z zicfilp-unlabeled-report=warning 2>&1 | count 0 |
62 | 62 | # RUN: ld.lld rv32-func1-zicfilp.o rv32-func2-zicfilp.o rv32-func3-zicfilp.o \
|
63 |
| -# RUN: -z zicfilp-unlabeled-report=error -o /dev/null 2>&1 | count 0 |
| 63 | +# RUN: -z zicfilp-unlabeled-report=error 2>&1 | count 0 |
64 | 64 |
|
65 | 65 | # RUN: ld.lld rv64-func1-zicfilp.o rv64-func2.o rv64-func3-zicfilp.o \
|
66 |
| -# RUN: -z zicfilp-unlabeled-report=warning -o /dev/null 2>&1 \ |
| 66 | +# RUN: -z zicfilp-unlabeled-report=warning 2>&1 \ |
67 | 67 | # RUN: | FileCheck --check-prefix=MISS-LP-WARN %s
|
68 | 68 | # RUN: not ld.lld rv64-func2-zicfilp.o rv64-func3.o --shared \
|
69 |
| -# RUN: -z zicfilp-unlabeled-report=error 2>&1 \ |
| 69 | +# RUN: -z zicfilp-unlabeled-report=error 2>&1 \ |
70 | 70 | # RUN: | FileCheck --check-prefix=MISS-LP-ERROR %s
|
71 | 71 |
|
72 | 72 | # RUN: ld.lld rv64-func1-zicfilp.o rv64-func2-zicfilp.o rv64-func3-zicfilp.o \
|
73 |
| -# RUN: -z zicfilp-unlabeled-report=warning -o /dev/null 2>&1 | count 0 |
| 73 | +# RUN: -z zicfilp-unlabeled-report=warning 2>&1 | count 0 |
74 | 74 | # RUN: ld.lld rv64-func1-zicfilp.o rv64-func2-zicfilp.o rv64-func3-zicfilp.o \
|
75 |
| -# RUN: -z zicfilp-unlabeled-report=error -o /dev/null 2>&1 | count 0 |
| 75 | +# RUN: -z zicfilp-unlabeled-report=error 2>&1 | count 0 |
76 | 76 |
|
77 | 77 | # MISS-LP-WARN: warning: rv{{32|64}}-func2.o: -z zicfilp-unlabeled-report:
|
78 | 78 | # MISS-LP-WARN-SAME: file does not have
|
|
0 commit comments