diff options
| author | Ed Maste <emaste@freebsd.org> | 2015-09-24 23:01:16 +0000 |
|---|---|---|
| committer | Ed Maste <emaste@freebsd.org> | 2015-09-24 23:01:16 +0000 |
| commit | f021808d606eb35434fe54ae3ad2e1992af527b3 (patch) | |
| tree | fa33eb7a534d75ef7e0e8b024f6863188999c501 | |
| parent | 50f0a42b66f19367711f615fd6f14a9385b426e1 (diff) | |
| download | bcm5719-llvm-f021808d606eb35434fe54ae3ad2e1992af527b3.tar.gz bcm5719-llvm-f021808d606eb35434fe54ae3ad2e1992af527b3.zip | |
Restore test coverage for other than ELFOSABI_NONE
Add a FreeBSD test to restore testing of ELF OSABI other than
ELFOSABI_NONE after r248534.
Differential Revision: http://reviews.llvm.org/D13146
llvm-svn: 248550
| -rw-r--r-- | llvm/test/MC/AArch64/elf_osabi_flags.s | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/llvm/test/MC/AArch64/elf_osabi_flags.s b/llvm/test/MC/AArch64/elf_osabi_flags.s index 0e683ee806c..42c56f043f2 100644 --- a/llvm/test/MC/AArch64/elf_osabi_flags.s +++ b/llvm/test/MC/AArch64/elf_osabi_flags.s @@ -1,4 +1,6 @@ # RUN: llvm-mc -filetype=obj -triple aarch64 %s -o -| llvm-readobj -h | FileCheck %s # RUN: llvm-mc -filetype=obj -triple aarch64-linux-gnu %s -o -| llvm-readobj -h | FileCheck %s - # CHECK: OS/ABI: SystemV (0x0) + +# RUN: llvm-mc -filetype=obj -triple aarch64-unknown-freebsd %s -o -| llvm-readobj -h | FileCheck --check-prefix=AARCH64-FREEBSD-OSABI %s +# AARCH64-FREEBSD-OSABI: OS/ABI: FreeBSD (0x9) |

