Skip to content

Commit 52afe42

Browse files
committed
Use -debug-only=aarch64-expand-hardened-pseudos instead of -debug
1 parent ccfa70e commit 52afe42

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

llvm/test/CodeGen/AArch64/GlobalISel/ptrauth-lowering-err-debug.ll

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
;--- MOVaddrPAC.ll
55

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 | \
77
; RUN: FileCheck MOVaddrPAC.ll
88

99
; CHECK: Expanding: MOVaddrPAC @foo
@@ -23,7 +23,7 @@ attributes #0 = { "ptrauth-calls" "target-cpu"="generic" }
2323

2424
;--- LOADgotPAC.ll
2525

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 | \
2727
; RUN: FileCheck LOADgotPAC.ll
2828

2929
; CHECK: Expanding: LOADgotPAC @foo
@@ -41,7 +41,7 @@ attributes #0 = { "ptrauth-calls" "target-cpu"="generic" }
4141

4242
;--- LOADauthptrgot.ll
4343

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 | \
4545
; RUN: FileCheck LOADauthptrgot.ll
4646

4747
; CHECK: Expanding: {{.*}}LOADauthptrgot @g_weak

0 commit comments

Comments
 (0)