|
139 | 139 |
|
140 | 140 | ;--- err-key.ll
|
141 | 141 |
|
142 |
| -; RUN: not --crash llc < err-key.ll -mtriple arm64e-apple-darwin 2>&1 \ |
| 142 | +; RUN: not llc < err-key.ll -mtriple arm64e-apple-darwin 2>&1 \ |
143 | 143 | ; RUN: | FileCheck %s --check-prefix=CHECK-ERR-KEY
|
144 |
| -; RUN: not --crash llc < err-key.ll -mtriple aarch64-elf -mattr=+pauth 2>&1 \ |
| 144 | +; RUN: not llc < err-key.ll -mtriple aarch64-elf -mattr=+pauth 2>&1 \ |
145 | 145 | ; RUN: | FileCheck %s --check-prefix=CHECK-ERR-KEY
|
146 | 146 |
|
147 |
| -; RUN: not --crash llc < err-key.ll -mtriple arm64e-apple-darwin \ |
| 147 | +; RUN: not llc < err-key.ll -mtriple arm64e-apple-darwin \ |
148 | 148 | ; RUN: -global-isel -verify-machineinstrs -global-isel-abort=1 2>&1 \
|
149 | 149 | ; RUN: | FileCheck %s --check-prefix=CHECK-ERR-KEY
|
150 |
| -; RUN: not --crash llc < err-key.ll -mtriple aarch64-elf -mattr=+pauth \ |
| 150 | +; RUN: not llc < err-key.ll -mtriple aarch64-elf -mattr=+pauth \ |
151 | 151 | ; RUN: -global-isel -verify-machineinstrs -global-isel-abort=1 2>&1 \
|
152 | 152 | ; RUN: | FileCheck %s --check-prefix=CHECK-ERR-KEY
|
153 | 153 |
|
154 |
| -; CHECK-ERR-KEY: LLVM ERROR: AArch64 PAC Key ID '4' out of range [0, 3] |
| 154 | +; CHECK-ERR-KEY: error: AArch64 PAC Key ID '4' out of range [0, 3] |
| 155 | + |
155 | 156 |
|
156 | 157 | @g = external global i32
|
157 | 158 | @g.ref.4.0 = constant ptr ptrauth (ptr @g, i32 4, i64 0)
|
158 | 159 |
|
159 | 160 | ;--- err-disc.ll
|
160 | 161 |
|
161 |
| -; RUN: not --crash llc < err-disc.ll -mtriple arm64e-apple-darwin 2>&1 \ |
| 162 | +; RUN: not llc < err-disc.ll -mtriple arm64e-apple-darwin 2>&1 \ |
162 | 163 | ; RUN: | FileCheck %s --check-prefix=CHECK-ERR-DISC
|
163 |
| -; RUN: not --crash llc < err-disc.ll -mtriple aarch64-elf -mattr=+pauth 2>&1 \ |
| 164 | +; RUN: not llc < err-disc.ll -mtriple aarch64-elf -mattr=+pauth 2>&1 \ |
164 | 165 | ; RUN: | FileCheck %s --check-prefix=CHECK-ERR-DISC
|
165 | 166 |
|
166 |
| -; RUN: not --crash llc < err-disc.ll -mtriple arm64e-apple-darwin \ |
| 167 | +; RUN: not llc < err-disc.ll -mtriple arm64e-apple-darwin \ |
167 | 168 | ; RUN: -global-isel -verify-machineinstrs -global-isel-abort=1 2>&1 \
|
168 | 169 | ; RUN: | FileCheck %s --check-prefix=CHECK-ERR-DISC
|
169 |
| -; RUN: not --crash llc < err-disc.ll -mtriple aarch64-elf -mattr=+pauth \ |
| 170 | +; RUN: not llc < err-disc.ll -mtriple aarch64-elf -mattr=+pauth \ |
170 | 171 | ; RUN: -global-isel -verify-machineinstrs -global-isel-abort=1 2>&1 \
|
171 | 172 | ; RUN: | FileCheck %s --check-prefix=CHECK-ERR-DISC
|
172 | 173 |
|
173 |
| -; CHECK-ERR-DISC: LLVM ERROR: AArch64 PAC Discriminator '65536' out of range [0, 0xFFFF] |
| 174 | +; CHECK-ERR-DISC: error: AArch64 PAC Discriminator '65536' out of range [0, 0xFFFF] |
174 | 175 |
|
175 | 176 | @g = external global i32
|
176 | 177 | @g.ref.ia.65536 = constant ptr ptrauth (ptr @g, i32 0, i64 65536)
|
0 commit comments