mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 18:54:02 +01:00
[MC][test] Reorganize .cfi_* tests
Delete tests which are covered by others.
This commit is contained in:
parent
98a428c11e
commit
8d7b297d85
@ -4,15 +4,10 @@
|
|||||||
# RUN: not llvm-mc %s -filetype=obj -triple=x86_64-unknown-linux -o /dev/null 2>&1 | FileCheck %s
|
# RUN: not llvm-mc %s -filetype=obj -triple=x86_64-unknown-linux -o /dev/null 2>&1 | FileCheck %s
|
||||||
|
|
||||||
.text
|
.text
|
||||||
.globl proc_one
|
|
||||||
proc_one:
|
|
||||||
.cfi_startproc
|
.cfi_startproc
|
||||||
|
|
||||||
.text
|
.text
|
||||||
.globl proc_two
|
|
||||||
proc_two:
|
|
||||||
.cfi_startproc
|
.cfi_startproc
|
||||||
# CHECK: [[#@LINE]]:1: error: starting new .cfi frame before finishing the previous one
|
# CHECK: [[#@LINE]]:1: error: starting new .cfi frame before finishing the previous one
|
||||||
|
|
||||||
.cfi_endproc
|
.cfi_endproc
|
||||||
|
|
@ -1,11 +0,0 @@
|
|||||||
// RUN: llvm-mc -filetype=obj %s -o - -triple x86_64-pc-linux | llvm-objdump -r - | FileCheck --check-prefix=X86-64 %s
|
|
||||||
// RUN: llvm-mc -filetype=obj %s -o - -triple i686-pc-linux | llvm-objdump -r - | FileCheck --check-prefix=I686 %s
|
|
||||||
|
|
||||||
// PR15448
|
|
||||||
|
|
||||||
func:
|
|
||||||
.cfi_startproc
|
|
||||||
.cfi_endproc
|
|
||||||
|
|
||||||
// X86-64: R_X86_64_PC32
|
|
||||||
// I686: R_386_PC32
|
|
Loading…
Reference in New Issue
Block a user