brintos

brintos / llvm-project-archived public Read only

0
0
Text · 347 B · 282aef9 Raw
17 lines · plain
1# RUN: llvm-mc -triple powerpc64le-unknown-unknown %s 2>&1 | FileCheck %s2 3# Test that CFI directives can handle registers with a '%' prefix.4 5# CHECK-LABEL:	__test16# CHECK:	.cfi_startproc7# CHECK-NEXT:   mflr	128# CHECK-NEXT:   .cfi_register lr, r129 10	.globl __test111__test1:12	.cfi_startproc13	mflr %r1214	.cfi_register lr,%r1215	blr16	.cfi_endproc17