Skip to content

Commit 8c85aae

Browse files
committed
[MC][test] Reorganize .cfi_* tests
Delete tests which are covered by others.
1 parent d7a6f3a commit 8c85aae

File tree

8 files changed

+1
-17
lines changed

8 files changed

+1
-17
lines changed
File renamed without changes.

llvm/test/MC/X86/cfi-open-within-another-crash.s renamed to llvm/test/MC/ELF/cfi-scope-errors2.s

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,10 @@
44
# RUN: not llvm-mc %s -filetype=obj -triple=x86_64-unknown-linux -o /dev/null 2>&1 | FileCheck %s
55

66
.text
7-
.globl proc_one
8-
proc_one:
97
.cfi_startproc
10-
8+
119
.text
12-
.globl proc_two
13-
proc_two:
1410
.cfi_startproc
1511
# CHECK: [[#@LINE]]:1: error: starting new .cfi frame before finishing the previous one
1612

1713
.cfi_endproc
18-
File renamed without changes.
File renamed without changes.

llvm/test/MC/X86/fde-reloc.s

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)