mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-28 04:33:05 +00:00
189a2a91c7
Since the COFF tests are dependent on X86, duplicate the test for ARM. Use the default check prefix. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@207365 91177308-0d34-0410-b5e6-96231b3b80d8
18 lines
451 B
ArmAsm
18 lines
451 B
ArmAsm
// RUN: llvm-mc -triple i686-windows -filetype obj %s -o - | llvm-objdump -t - \
|
|
// RUN: | FileCheck %s
|
|
|
|
.file "null-padded.asm"
|
|
// CHECK: (nx 1) {{0x[0-9]+}} .file
|
|
// CHECK-NEXT: AUX null-padded.asm{{$}}
|
|
|
|
.file "eighteen-chars.asm"
|
|
|
|
// CHECK: (nx 1) {{0x[0-9]+}} .file
|
|
// CHECK-NEXT: AUX eighteen-chars.asm{{$}}
|
|
|
|
.file "multiple-auxiliary-entries.asm"
|
|
|
|
// CHECK: (nx 2) {{0x[0-9]+}} .file
|
|
// CHECK-NEXT: AUX multiple-auxiliary-entries.asm{{$}}
|
|
|