[llvm] 45509a8 - M68,test: Remove CHECK lines for MCAsmStreamer's fixup output

Fangrui Song via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 4 21:19:26 PDT 2025


Author: Fangrui Song
Date: 2025-07-04T21:19:21-07:00
New Revision: 45509a8c6d2d923b6abb4d38175718612ea58ba7

URL: https://github.com/llvm/llvm-project/commit/45509a8c6d2d923b6abb4d38175718612ea58ba7
DIFF: https://github.com/llvm/llvm-project/commit/45509a8c6d2d923b6abb4d38175718612ea58ba7.diff

LOG: M68,test: Remove CHECK lines for MCAsmStreamer's fixup output

The fixup output is a debug aid and should not be used to test
target-specific relocation generation implementation. The llvm-mc
-filetype=obj output is what truly matters.

The FIXUP code was likely copied from RISC-V, which has been cleaned up.

Added: 
    

Modified: 
    llvm/test/MC/M68k/Relaxations/PIC/branch.s
    llvm/test/MC/M68k/Relaxations/PIC/branch32.s
    llvm/test/MC/M68k/Relaxations/branch32.s
    llvm/test/MC/M68k/Relocations/PIC/data-abs.s
    llvm/test/MC/M68k/Relocations/PIC/data-gotoff.s
    llvm/test/MC/M68k/Relocations/PIC/data-gotpcrel.s
    llvm/test/MC/M68k/Relocations/PIC/data-pc-rel.s
    llvm/test/MC/M68k/Relocations/PIC/text-plt.s
    llvm/test/MC/M68k/Relocations/data-abs.s
    llvm/test/MC/M68k/Relocations/data-gotoff.s
    llvm/test/MC/M68k/Relocations/data-gotpcrel.s
    llvm/test/MC/M68k/Relocations/data-pc-rel.s
    llvm/test/MC/M68k/Relocations/text-plt.s

Removed: 
    


################################################################################
diff  --git a/llvm/test/MC/M68k/Relaxations/PIC/branch.s b/llvm/test/MC/M68k/Relaxations/PIC/branch.s
index 5035ca3ce50a7..e3384e57eae05 100644
--- a/llvm/test/MC/M68k/Relaxations/PIC/branch.s
+++ b/llvm/test/MC/M68k/Relaxations/PIC/branch.s
@@ -1,13 +1,12 @@
 ; RUN: llvm-mc -triple=m68k -motorola-integers -filetype=obj --position-independent < %s \
 ; RUN:     | llvm-objdump -d - | FileCheck %s
 ; RUN: llvm-mc -triple m68k -show-encoding --position-independent %s -o - \
-; RUN:   | FileCheck -check-prefix=INSTR -check-prefix=FIXUP %s
+; RUN:   | FileCheck -check-prefix=INSTR %s
 
 ; CHECK-LABEL: <TIGHT>:
 TIGHT:
 	; CHECK: bra  $7f
 	; INSTR: bra .LBB0_2 ; encoding: [0x60,A]
-	; FIXUP: fixup A - offset: 1, value: .LBB0_2-1, kind: FK_PCRel_1
 	bra	.LBB0_2
 	.space 0x7F  ; i8::MAX
 .LBB0_2:
@@ -18,7 +17,6 @@ TIGHT:
 RELAXED:
 	; CHECK: bra  $82
 	; INSTR: bra .LBB1_2 ; encoding: [0x60,A]
-	; FIXUP: fixup A - offset: 1, value: .LBB1_2-1, kind: FK_PCRel_1
 	bra	.LBB1_2
 	.space 0x80  ; Greater than i8::MAX
 .LBB1_2:
@@ -29,7 +27,6 @@ RELAXED:
 ZERO:
 	; CHECK: bra  $2
 	; INSTR: bra .LBB3_1 ; encoding: [0x60,A]
-	; FIXUP: fixup A - offset: 1, value: .LBB3_1-1, kind: FK_PCRel_1
 	bra	.LBB3_1
 .LBB3_1:
 	add.l	#0, %d0

diff  --git a/llvm/test/MC/M68k/Relaxations/PIC/branch32.s b/llvm/test/MC/M68k/Relaxations/PIC/branch32.s
index 7e40f055aff13..1d5d4f09267c6 100644
--- a/llvm/test/MC/M68k/Relaxations/PIC/branch32.s
+++ b/llvm/test/MC/M68k/Relaxations/PIC/branch32.s
@@ -1,7 +1,7 @@
 ; RUN: llvm-mc -triple=m68k --mcpu=M68020 -motorola-integers -filetype=obj --position-independent < %s \
 ; RUN:     | llvm-objdump -d - | FileCheck %s
 ; RUN: llvm-mc -triple m68k --mcpu=M68020 -show-encoding --position-independent %s -o - \
-; RUN:   | FileCheck -check-prefix=INSTR -check-prefix=FIXUP %s
+; RUN:   | FileCheck -check-prefix=INSTR %s
 
 ; Branch relocations are relaxed as part of object layout, so -show-encoding still 
 ; shows them as 1-byte relocactions 
@@ -10,7 +10,6 @@
 TIGHT:
 	; CHECK: bra  $7f
 	; INSTR: bra .LBB0_2 ; encoding: [0x60,A]
-	; FIXUP: fixup A - offset: 1, value: .LBB0_2-1, kind: FK_PCRel_1
 	bra	.LBB0_2
 	.space 0x7F  ; i8::MAX
 .LBB0_2:
@@ -21,7 +20,6 @@ TIGHT:
 RELAXED:
 	; CHECK: bra  $82
 	; INSTR: bra .LBB1_2 ; encoding: [0x60,A]
-	; FIXUP: fixup A - offset: 1, value: .LBB1_2-1, kind: FK_PCRel_1
 	bra	.LBB1_2
 	.space 0x80  ; Greater than i8::MAX
 .LBB1_2:
@@ -34,7 +32,6 @@ RELAXED_32:
 	; CHECK-NEXT: 00 00
 	; CHECK-NEXT: 80 04
 	; INSTR: bra .LBB2_1 ; encoding: [0x60,A]
-	; FIXUP: fixup A - offset: 1, value: .LBB2_1-1, kind: FK_PCRel_1
 	bra	.LBB2_1
 	.space 0x8000  ; Greater than i16::MAX.
 .LBB2_1:
@@ -45,7 +42,6 @@ RELAXED_32:
 ZERO:
 	; CHECK: bra  $2
 	; INSTR: bra .LBB3_1 ; encoding: [0x60,A]
-	; FIXUP: fixup A - offset: 1, value: .LBB3_1-1, kind: FK_PCRel_1
 	bra	.LBB3_1
 .LBB3_1:
 	add.l	#0, %d0

diff  --git a/llvm/test/MC/M68k/Relaxations/branch32.s b/llvm/test/MC/M68k/Relaxations/branch32.s
index ba5c371dada8d..766de3c1da19a 100644
--- a/llvm/test/MC/M68k/Relaxations/branch32.s
+++ b/llvm/test/MC/M68k/Relaxations/branch32.s
@@ -1,13 +1,12 @@
 ; RUN: llvm-mc -triple=m68k --mcpu=M68020 -motorola-integers -filetype=obj < %s \
 ; RUN:     | llvm-objdump -d - | FileCheck %s
 ; RUN: llvm-mc -triple m68k --mcpu=M68020 -show-encoding --position-independent %s -o - \
-; RUN:   | FileCheck -check-prefix=INSTR -check-prefix=FIXUP %s
+; RUN:   | FileCheck -check-prefix=INSTR %s
 
 ; CHECK-LABEL: <TIGHT>:
 TIGHT:
 	; CHECK: bra  $7f
 	; INSTR: bra .LBB0_2 ; encoding: [0x60,A]
-	; FIXUP: fixup A - offset: 1, value: .LBB0_2-1, kind: FK_PCRel_1
 	bra	.LBB0_2
 	.space 0x7F  ; i8::MAX
 .LBB0_2:
@@ -18,7 +17,6 @@ TIGHT:
 RELAXED:
 	; CHECK: bra  $82
 	; INSTR: bra .LBB1_2 ; encoding: [0x60,A]
-	; FIXUP: fixup A - offset: 1, value: .LBB1_2-1, kind: FK_PCRel_1
 	bra	.LBB1_2
 	.space 0x80  ; Greater than i8::MAX
 .LBB1_2:
@@ -31,7 +29,6 @@ RELAXED_32:
 	; CHECK-NEXT: 00 00
 	; CHECK-NEXT: 80 04
 	; INSTR: bra .LBB2_1 ; encoding: [0x60,A]
-	; FIXUP: fixup A - offset: 1, value: .LBB2_1-1, kind: FK_PCRel_1
 	bra	.LBB2_1
 	.space 0x8000  ; Greater than i16::MAX.
 .LBB2_1:
@@ -42,7 +39,6 @@ RELAXED_32:
 ZERO:
 	; CHECK: bra  $2
 	; INSTR: bra .LBB3_1 ; encoding: [0x60,A]
-	; FIXUP: fixup A - offset: 1, value: .LBB3_1-1, kind: FK_PCRel_1
 	bra	.LBB3_1
 .LBB3_1:
 	add.l	#0, %d0

diff  --git a/llvm/test/MC/M68k/Relocations/PIC/data-abs.s b/llvm/test/MC/M68k/Relocations/PIC/data-abs.s
index 0df09c8cb5ccb..8a77c40117a96 100644
--- a/llvm/test/MC/M68k/Relocations/PIC/data-abs.s
+++ b/llvm/test/MC/M68k/Relocations/PIC/data-abs.s
@@ -1,26 +1,22 @@
 ; RUN: llvm-mc -triple m68k -filetype=obj --position-independent %s -o - \
 ; RUN:   | llvm-readobj -r - | FileCheck -check-prefix=RELOC %s
 ; RUN: llvm-mc -triple m68k -show-encoding --position-independent %s -o - \
-; RUN:   | FileCheck -check-prefix=INSTR -check-prefix=FIXUP %s
+; RUN:   | FileCheck -check-prefix=INSTR %s
 
 ; RELOC: R_68K_32 dst 0x0
 ; INSTR: move.l dst, %d0
-; FIXUP: fixup A - offset: 2, value: dst, kind: FK_Data_4
 move.l	dst, %d0
 
 ; Relocating immediate values
 
 ; RELOC: R_68K_8 str8 0x0
 ; INSTR: move.b  #str8,  (4,%sp)
-; FIXUP: fixup A - offset: 3, value: str8, kind: FK_Data_1
 move.b  #str8,  (4,%sp)
 
 ; RELOC: R_68K_16 str16 0x0
 ; INSTR: move.w  #str16,  (4,%sp)
-; FIXUP: fixup A - offset: 2, value: str16, kind: FK_Data_2
 move.w  #str16, (4,%sp)
 
 ; RELOC: R_68K_32 str32 0x0
 ; INSTR: move.l  #str32,  (4,%sp)
-; FIXUP: fixup A - offset: 2, value: str32, kind: FK_Data_4
 move.l  #str32, (4,%sp)

diff  --git a/llvm/test/MC/M68k/Relocations/PIC/data-gotoff.s b/llvm/test/MC/M68k/Relocations/PIC/data-gotoff.s
index ca1ce52de1ca7..ef6c25926f02c 100644
--- a/llvm/test/MC/M68k/Relocations/PIC/data-gotoff.s
+++ b/llvm/test/MC/M68k/Relocations/PIC/data-gotoff.s
@@ -1,19 +1,16 @@
 ; RUN: llvm-mc -triple m68k -filetype=obj --position-independent %s -o - \
 ; RUN:   | llvm-readobj -r - | FileCheck -check-prefix=RELOC %s
 ; RUN: llvm-mc -triple m68k -show-encoding --position-independent %s -o - \
-; RUN:   | FileCheck -check-prefix=INSTR -check-prefix=FIXUP %s
+; RUN:   | FileCheck -check-prefix=INSTR %s
 
 ; RELOC: R_68K_GOTOFF8 dst1 0x0
 ; INSTR: move.l  (dst1 at GOTOFF,%a5,%d0), %d0
-; FIXUP: fixup A - offset: 3, value: dst1 at GOTOFF, kind: FK_Data_1
 move.l	(dst1 at GOTOFF,%a5,%d0), %d0
 
 ; RELOC: R_68K_GOTOFF16 dst2 0x0
 ; INSTR: move.l  (dst2 at GOTOFF,%a5), %d0
-; FIXUP: fixup A - offset: 2, value: dst2 at GOTOFF, kind: FK_Data_2
 move.l	(dst2 at GOTOFF,%a5), %d0
 
 ; RELOC: R_68K_GOTPCREL16 dst3 0x0
 ; INSTR: lea     (dst3 at GOTPCREL,%pc), %a5
-; FIXUP: fixup A - offset: 2, value: dst3 at GOTPCREL, kind: FK_PCRel_2
 lea	(dst3 at GOTPCREL,%pc), %a5

diff  --git a/llvm/test/MC/M68k/Relocations/PIC/data-gotpcrel.s b/llvm/test/MC/M68k/Relocations/PIC/data-gotpcrel.s
index 9f79dd94f8198..be84c090bc7db 100644
--- a/llvm/test/MC/M68k/Relocations/PIC/data-gotpcrel.s
+++ b/llvm/test/MC/M68k/Relocations/PIC/data-gotpcrel.s
@@ -1,14 +1,12 @@
 ; RUN: llvm-mc -triple m68k -filetype=obj --position-independent %s -o - \
 ; RUN:   | llvm-readobj -r - | FileCheck -check-prefix=RELOC %s
 ; RUN: llvm-mc -triple m68k -show-encoding --position-independent %s -o - \
-; RUN:   | FileCheck -check-prefix=INSTR -check-prefix=FIXUP %s
+; RUN:   | FileCheck -check-prefix=INSTR %s
 
 ; RELOC: R_68K_GOTPCREL8 dst1 0x1
 ; INSTR: move.l  (dst1 at GOTPCREL,%pc,%d0), %a0
-; FIXUP: fixup A - offset: 3, value: dst1 at GOTPCREL+1, kind: FK_PCRel_1
 move.l	(dst1 at GOTPCREL,%pc,%d0), %a0
 
 ; RELOC: R_68K_GOTPCREL16 dst2 0x0
 ; INSTR: move.l  (dst2 at GOTPCREL,%pc), %a0
-; FIXUP: fixup A - offset: 2, value: dst2 at GOTPCREL, kind: FK_PCRel_2
 move.l	(dst2 at GOTPCREL,%pc), %a0

diff  --git a/llvm/test/MC/M68k/Relocations/PIC/data-pc-rel.s b/llvm/test/MC/M68k/Relocations/PIC/data-pc-rel.s
index ef57ca589e64f..8eb1861216494 100644
--- a/llvm/test/MC/M68k/Relocations/PIC/data-pc-rel.s
+++ b/llvm/test/MC/M68k/Relocations/PIC/data-pc-rel.s
@@ -1,20 +1,17 @@
 ; RUN: llvm-mc -triple m68k -filetype=obj --position-independent %s -o - \
 ; RUN:   | llvm-readobj -r - | FileCheck -check-prefix=RELOC %s
 ; RUN: llvm-mc -triple m68k -show-encoding --position-independent %s -o - \
-; RUN:   | FileCheck -check-prefix=INSTR -check-prefix=FIXUP %s
+; RUN:   | FileCheck -check-prefix=INSTR %s
 
 ; RELOC: R_68K_PC8 dst1 0x1
 ; INSTR: move.l  (dst1,%pc,%a0), %a0
-; FIXUP: fixup A - offset: 3, value: dst1+1, kind: FK_PCRel_1
 move.l	(dst1,%pc,%a0), %a0
 
 ; RELOC: R_68K_PC16 dst2 0x0
 ; INSTR: move.l  (dst2,%pc), %a0
-; FIXUP: fixup A - offset: 2, value: dst2, kind: FK_PCRel_2
 move.l	(dst2,%pc), %a0
 
 ; Shouldn't have any relocation
 ; RELOC-NOT: R_68K_PC
 ; INSTR: move.l  (0,%pc), %a0
-; FIXUP-NOT: fixup
 move.l	(0,%pc), %a0

diff  --git a/llvm/test/MC/M68k/Relocations/PIC/text-plt.s b/llvm/test/MC/M68k/Relocations/PIC/text-plt.s
index 0ccd1758004a9..d5a103079c61a 100644
--- a/llvm/test/MC/M68k/Relocations/PIC/text-plt.s
+++ b/llvm/test/MC/M68k/Relocations/PIC/text-plt.s
@@ -1,14 +1,12 @@
 ; RUN: llvm-mc -triple m68k --mcpu=M68020 --position-independent -filetype=obj %s -o - \
 ; RUN:   | llvm-readobj -r - | FileCheck -check-prefix=RELOC %s
 ; RUN: llvm-mc -triple m68k --mcpu=M68020 --position-independent -show-encoding %s -o - \
-; RUN:   | FileCheck -check-prefix=INSTR -check-prefix=FIXUP %s
+; RUN:   | FileCheck -check-prefix=INSTR %s
 
 ; RELOC: R_68K_PLT16 target 0x0
 ; INSTR: jsr     (target at PLT,%pc)
-; FIXUP: fixup A - offset: 2, value: target at PLT, kind: FK_PCRel_2
 jsr	(target at PLT,%pc)
 
 ; RELOC: R_68K_PLT32  __tls_get_addr 0x0
 ; INSTR: bsr.l   __tls_get_addr at PLT
-; FIXUP: fixup A - offset: 2, value: __tls_get_addr at PLT, kind: FK_PCRel_4
 bsr.l __tls_get_addr at PLT

diff  --git a/llvm/test/MC/M68k/Relocations/data-abs.s b/llvm/test/MC/M68k/Relocations/data-abs.s
index b15007d8da360..4ddbd326d171e 100644
--- a/llvm/test/MC/M68k/Relocations/data-abs.s
+++ b/llvm/test/MC/M68k/Relocations/data-abs.s
@@ -1,26 +1,22 @@
 ; RUN: llvm-mc -triple m68k -filetype=obj %s -o - \
 ; RUN:   | llvm-readobj -r - | FileCheck -check-prefix=RELOC %s
 ; RUN: llvm-mc -triple m68k -show-encoding %s -o - \
-; RUN:   | FileCheck -check-prefix=INSTR -check-prefix=FIXUP %s
+; RUN:   | FileCheck -check-prefix=INSTR %s
 
 ; RELOC: R_68K_32 dst 0x0
 ; INSTR: move.l dst, %d0
-; FIXUP: fixup A - offset: 2, value: dst, kind: FK_Data_4
 move.l	dst, %d0
 
 ; Relocating immediate values
 
 ; RELOC: R_68K_8 str8 0x0
 ; INSTR: move.b  #str8,  (4,%sp)
-; FIXUP: fixup A - offset: 3, value: str8, kind: FK_Data_1
 move.b  #str8,  (4,%sp)
 
 ; RELOC: R_68K_16 str16 0x0
 ; INSTR: move.w  #str16,  (4,%sp)
-; FIXUP: fixup A - offset: 2, value: str16, kind: FK_Data_2
 move.w  #str16, (4,%sp)
 
 ; RELOC: R_68K_32 str32 0x0
 ; INSTR: move.l  #str32,  (4,%sp)
-; FIXUP: fixup A - offset: 2, value: str32, kind: FK_Data_4
 move.l  #str32, (4,%sp)

diff  --git a/llvm/test/MC/M68k/Relocations/data-gotoff.s b/llvm/test/MC/M68k/Relocations/data-gotoff.s
index e0c3affc6d1d4..dc56e691937f1 100644
--- a/llvm/test/MC/M68k/Relocations/data-gotoff.s
+++ b/llvm/test/MC/M68k/Relocations/data-gotoff.s
@@ -1,19 +1,16 @@
 ; RUN: llvm-mc -triple m68k -filetype=obj %s -o - \
 ; RUN:   | llvm-readobj -r - | FileCheck -check-prefix=RELOC %s
 ; RUN: llvm-mc -triple m68k -show-encoding %s -o - \
-; RUN:   | FileCheck -check-prefix=INSTR -check-prefix=FIXUP %s
+; RUN:   | FileCheck -check-prefix=INSTR %s
 
 ; RELOC: R_68K_GOTOFF8 dst1 0x0
 ; INSTR: move.l  (dst1 at GOTOFF,%a5,%d0), %d0
-; FIXUP: fixup A - offset: 3, value: dst1 at GOTOFF, kind: FK_Data_1
 move.l	(dst1 at GOTOFF,%a5,%d0), %d0
 
 ; RELOC: R_68K_GOTOFF16 dst2 0x0
 ; INSTR: move.l  (dst2 at GOTOFF,%a5), %d0
-; FIXUP: fixup A - offset: 2, value: dst2 at GOTOFF, kind: FK_Data_2
 move.l	(dst2 at GOTOFF,%a5), %d0
 
 ; RELOC: R_68K_GOTPCREL16 dst3 0x0
 ; INSTR: lea     (dst3 at GOTPCREL,%pc), %a5
-; FIXUP: fixup A - offset: 2, value: dst3 at GOTPCREL, kind: FK_PCRel_2
 lea	(dst3 at GOTPCREL,%pc), %a5

diff  --git a/llvm/test/MC/M68k/Relocations/data-gotpcrel.s b/llvm/test/MC/M68k/Relocations/data-gotpcrel.s
index ac3ba96d1f09f..ceffc77dd6e35 100644
--- a/llvm/test/MC/M68k/Relocations/data-gotpcrel.s
+++ b/llvm/test/MC/M68k/Relocations/data-gotpcrel.s
@@ -1,14 +1,12 @@
 ; RUN: llvm-mc -triple m68k -filetype=obj %s -o - \
 ; RUN:   | llvm-readobj -r - | FileCheck -check-prefix=RELOC %s
 ; RUN: llvm-mc -triple m68k -show-encoding %s -o - \
-; RUN:   | FileCheck -check-prefix=INSTR -check-prefix=FIXUP %s
+; RUN:   | FileCheck -check-prefix=INSTR %s
 
 ; RELOC: R_68K_GOTPCREL8 dst1 0x1
 ; INSTR: move.l  (dst1 at GOTPCREL,%pc,%d0), %a0
-; FIXUP: fixup A - offset: 3, value: dst1 at GOTPCREL+1, kind: FK_PCRel_1
 move.l	(dst1 at GOTPCREL,%pc,%d0), %a0
 
 ; RELOC: R_68K_GOTPCREL16 dst2 0x0
 ; INSTR: move.l  (dst2 at GOTPCREL,%pc), %a0
-; FIXUP: fixup A - offset: 2, value: dst2 at GOTPCREL, kind: FK_PCRel_2
 move.l	(dst2 at GOTPCREL,%pc), %a0

diff  --git a/llvm/test/MC/M68k/Relocations/data-pc-rel.s b/llvm/test/MC/M68k/Relocations/data-pc-rel.s
index 909681da5a950..23e0bcc732696 100644
--- a/llvm/test/MC/M68k/Relocations/data-pc-rel.s
+++ b/llvm/test/MC/M68k/Relocations/data-pc-rel.s
@@ -1,20 +1,17 @@
 ; RUN: llvm-mc -triple m68k -filetype=obj %s -o - \
 ; RUN:   | llvm-readobj -r - | FileCheck -check-prefix=RELOC %s
 ; RUN: llvm-mc -triple m68k -show-encoding %s -o - \
-; RUN:   | FileCheck -check-prefix=INSTR -check-prefix=FIXUP %s
+; RUN:   | FileCheck -check-prefix=INSTR %s
 
 ; RELOC: R_68K_PC8 dst1 0x1
 ; INSTR: move.l  (dst1,%pc,%a0), %a0
-; FIXUP: fixup A - offset: 3, value: dst1+1, kind: FK_PCRel_1
 move.l	(dst1,%pc,%a0), %a0
 
 ; RELOC: R_68K_PC16 dst2 0x0
 ; INSTR: move.l  (dst2,%pc), %a0
-; FIXUP: fixup A - offset: 2, value: dst2, kind: FK_PCRel_2
 move.l	(dst2,%pc), %a0
 
 ; Shouldn't have any relocation
 ; RELOC-NOT: R_68K_PC
 ; INSTR: move.l  (0,%pc), %a0
-; FIXUP-NOT: fixup
 move.l	(0,%pc), %a0

diff  --git a/llvm/test/MC/M68k/Relocations/text-plt.s b/llvm/test/MC/M68k/Relocations/text-plt.s
index 7de04b8b2182a..131e669474442 100644
--- a/llvm/test/MC/M68k/Relocations/text-plt.s
+++ b/llvm/test/MC/M68k/Relocations/text-plt.s
@@ -1,14 +1,12 @@
 ; RUN: llvm-mc -triple m68k --mcpu=M68020 -filetype=obj %s -o - \
 ; RUN:   | llvm-readobj -r - | FileCheck -check-prefix=RELOC %s
 ; RUN: llvm-mc -triple m68k --mcpu=M68020 -show-encoding %s -o - \
-; RUN:   | FileCheck -check-prefix=INSTR -check-prefix=FIXUP %s
+; RUN:   | FileCheck -check-prefix=INSTR %s
 
 ; RELOC: R_68K_PLT16 target 0x0
 ; INSTR: jsr     (target at PLT,%pc)
-; FIXUP: fixup A - offset: 2, value: target at PLT, kind: FK_PCRel_2
 jsr	(target at PLT,%pc)
 
 ; RELOC: R_68K_PLT32  __tls_get_addr 0x0
 ; INSTR: bsr.l   __tls_get_addr at PLT
-; FIXUP: fixup A - offset: 2, value: __tls_get_addr at PLT, kind: FK_PCRel_4
 bsr.l __tls_get_addr at PLT


        


More information about the llvm-commits mailing list