mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
Simplify checks in MC/AsmParser/directive_loc.s
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@201361 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
86dd0f939f
commit
3e5fe1426a
@ -1,18 +1,14 @@
|
||||
# RUN: llvm-mc -triple i386-unknown-unknown %s | FileCheck %s -check-prefix=FILE
|
||||
# RUN: llvm-mc -triple i386-unknown-unknown %s | FileCheck %s -check-prefix=BASIC-LOC-1
|
||||
# RUN: llvm-mc -triple i386-unknown-unknown %s | FileCheck %s -check-prefix=BASIC-LOC-2
|
||||
# RUN: llvm-mc -triple i386-unknown-unknown %s | FileCheck %s -check-prefix=DISCRIMINATOR
|
||||
# RUN: llvm-mc -triple i386-unknown-unknown %s | FileCheck %s -check-prefix=ISA
|
||||
# RUN: llvm-mc -triple i386-unknown-unknown %s | FileCheck %s
|
||||
|
||||
.file 1 "hello"
|
||||
# FILE: .file 1 "hello"
|
||||
# CHECK: .file 1 "hello"
|
||||
.loc 1
|
||||
.loc 1 2
|
||||
# BASIC-LOC-1: .loc 1 2 0
|
||||
# CHECK: .loc 1 2 0
|
||||
.loc 1 2 3
|
||||
# BASIC-LOC-2: .loc 1 2 3
|
||||
# CHECK: .loc 1 2 3
|
||||
.loc 1 2 discriminator 1
|
||||
# DISCRIMINATOR: 1 2 0 discriminator 1
|
||||
# CHECK: 1 2 0 discriminator 1
|
||||
.loc 1 2 0 isa 3
|
||||
# ISA: 1 2 0 isa 3
|
||||
# CHECK: 1 2 0 isa 3
|
||||
.loc 1 0
|
||||
|
Loading…
Reference in New Issue
Block a user