File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
llvm/test/CodeGen/AArch64/GlobalISel Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3
3
4
4
;--- MOVaddrPAC.ll
5
5
6
- ; RUN: not --crash llc -debug -mtriple aarch64-elf MOVaddrPAC.ll 2>&1 | \
6
+ ; RUN: not --crash llc -debug-only=aarch64-expand-hardened-pseudos -mtriple aarch64-elf MOVaddrPAC.ll 2>&1 | \
7
7
; RUN: FileCheck MOVaddrPAC.ll
8
8
9
9
; CHECK: Expanding: MOVaddrPAC @foo
@@ -23,7 +23,7 @@ attributes #0 = { "ptrauth-calls" "target-cpu"="generic" }
23
23
24
24
;--- LOADgotPAC.ll
25
25
26
- ; RUN: not --crash llc -debug -mtriple aarch64-elf LOADgotPAC.ll 2>&1 | \
26
+ ; RUN: not --crash llc -debug-only=aarch64-expand-hardened-pseudos -mtriple aarch64-elf LOADgotPAC.ll 2>&1 | \
27
27
; RUN: FileCheck LOADgotPAC.ll
28
28
29
29
; CHECK: Expanding: LOADgotPAC @foo
@@ -41,7 +41,7 @@ attributes #0 = { "ptrauth-calls" "target-cpu"="generic" }
41
41
42
42
;--- LOADauthptrgot.ll
43
43
44
- ; RUN: not --crash llc -debug -mtriple aarch64-elf LOADauthptrgot.ll 2>&1 | \
44
+ ; RUN: not --crash llc -debug-only=aarch64-expand-hardened-pseudos -mtriple aarch64-elf LOADauthptrgot.ll 2>&1 | \
45
45
; RUN: FileCheck LOADauthptrgot.ll
46
46
47
47
; CHECK: Expanding: {{.*}}LOADauthptrgot @g_weak
You can’t perform that action at this time.
0 commit comments