Skip to content

Commit 74a08d4

Browse files
committed
.
Created using spr 1.3.5-bogner
1 parent fcd7355 commit 74a08d4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

llvm/test/MC/AArch64/coff-relocations.s

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
// RUN: llvm-objdump -s %t.obj | FileCheck %s --check-prefix=DATA
88
// RUN: llvm-objdump -s %t-ec.obj | FileCheck %s --check-prefix=DATA
99

10-
# RUN: not llvm-mc -triple=aarch64-windows -filetype=obj %s --defsym PARSEERR=1 -o /dev/null 2>&1 | FileCheck %s --check-prefix=PARSEERR --implicit-check-not=error:
10+
# RUN: not llvm-mc -triple=aarch64-windows -filetype=obj %s --defsym ERR=1 -o /dev/null 2>&1 | FileCheck %s --check-prefix=ERR --implicit-check-not=error:
1111

1212
// IMAGE_REL_ARM64_ADDR32
1313
.Linfo_foo:
@@ -124,7 +124,7 @@ tbz x0, #0, target
124124
// DATA: Contents of section .rdata:
125125
// DATA-NEXT: 0000 30000000 08000000
126126

127-
.ifdef PARSEERR
128-
# PARSEERR: [[#@LINE+1]]:12: error: invalid variant 'plt'
127+
.ifdef ERR
128+
# ERR: [[#@LINE+1]]:12: error: invalid variant 'plt'
129129
.long func@plt
130130
.endif

0 commit comments

Comments
 (0)