1
0
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:
Fangrui Song 2020-12-21 17:18:28 -08:00
parent 98a428c11e
commit 8d7b297d85
8 changed files with 1 additions and 17 deletions

View File

@ -4,15 +4,10 @@
# RUN: not llvm-mc %s -filetype=obj -triple=x86_64-unknown-linux -o /dev/null 2>&1 | FileCheck %s
.text
.globl proc_one
proc_one:
.cfi_startproc
.text
.globl proc_two
proc_two:
.cfi_startproc
# CHECK: [[#@LINE]]:1: error: starting new .cfi frame before finishing the previous one
.cfi_endproc

View File

@ -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