[llvm] r248550 - Restore test coverage for other than ELFOSABI_NONE

Ed Maste via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 24 16:01:17 PDT 2015


Author: emaste
Date: Thu Sep 24 18:01:16 2015
New Revision: 248550

URL: http://llvm.org/viewvc/llvm-project?rev=248550&view=rev
Log:
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

Modified:
    llvm/trunk/test/MC/AArch64/elf_osabi_flags.s

Modified: llvm/trunk/test/MC/AArch64/elf_osabi_flags.s
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/MC/AArch64/elf_osabi_flags.s?rev=248550&r1=248549&r2=248550&view=diff
==============================================================================
--- llvm/trunk/test/MC/AArch64/elf_osabi_flags.s (original)
+++ llvm/trunk/test/MC/AArch64/elf_osabi_flags.s Thu Sep 24 18:01:16 2015
@@ -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)




More information about the llvm-commits mailing list