[PATCH] D13146: Restore test coverage for other than ELFOSABI_NONE

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


This revision was automatically updated to reflect the committed changes.
Closed by commit rL248550: Restore test coverage for other than ELFOSABI_NONE (authored by emaste).

Changed prior to commit:
  http://reviews.llvm.org/D13146?vs=35676&id=35683#toc

Repository:
  rL LLVM

http://reviews.llvm.org/D13146

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

Index: llvm/trunk/test/MC/AArch64/elf_osabi_flags.s
===================================================================
--- llvm/trunk/test/MC/AArch64/elf_osabi_flags.s
+++ llvm/trunk/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)


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D13146.35683.patch
Type: text/x-patch
Size: 639 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150924/cfacf4f7/attachment-0001.bin>


More information about the llvm-commits mailing list