Skip to content

Commit

Permalink
AArch64/ARM64: enable remaining MC elf tests.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@207112 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
TNorthover committed Apr 24, 2014
1 parent d4daf17 commit c80e567
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/MC/AArch64/elf-objdump.s
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// 64 bit little endian
// RUN: llvm-mc -filetype=obj -triple aarch64-none-linux-gnu %s -o - | llvm-objdump -d -
// RUN: llvm-mc -filetype=obj -triple arm64-none-linux-gnu %s -o - | llvm-objdump -d -

// We just want to see if llvm-objdump works at all.
// CHECK: .text
3 changes: 3 additions & 0 deletions test/MC/AArch64/elf-reloc-ldstunsimm.s
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
// RUN: llvm-mc -triple=aarch64-none-linux-gnu -mattr=+fp-armv8 -filetype=obj %s -o - | \
// RUN: llvm-readobj -r | FileCheck -check-prefix=OBJ %s

// RUN: llvm-mc -triple=arm64-none-linux-gnu -mattr=+fp-armv8 -filetype=obj %s -o - | \
// RUN: llvm-readobj -r | FileCheck -check-prefix=OBJ %s

ldrb w0, [sp, #:lo12:some_label]
Expand Down
3 changes: 3 additions & 0 deletions test/MC/AArch64/elf-reloc-uncondbrimm.s
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
// RUN: llvm-mc -triple=aarch64-none-linux-gnu -filetype=obj %s -o - | \
// RUN: llvm-readobj -r | FileCheck -check-prefix=OBJ %s

// RUN: llvm-mc -triple=arm64-none-linux-gnu -filetype=obj %s -o - | \
// RUN: llvm-readobj -r | FileCheck -check-prefix=OBJ %s

b somewhere
Expand Down

0 comments on commit c80e567

Please sign in to comment.