diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2018-08-02 17:33:42 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2018-08-02 17:33:42 +0000 |
commit | 84c4061b34e048f47e5eb4fbabc1558495e8157c (patch) | |
tree | 83f9a0fbaadd2f5e3adac8f066cc8160781b385d /test/ELF/oformat-binary.s | |
parent | 20d35e67e67f106f617c939725101223211659f0 (diff) |
Notes
Diffstat (limited to 'test/ELF/oformat-binary.s')
-rw-r--r-- | test/ELF/oformat-binary.s | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/ELF/oformat-binary.s b/test/ELF/oformat-binary.s index 44c7b5ac2d8df..e68f07c57732a 100644 --- a/test/ELF/oformat-binary.s +++ b/test/ELF/oformat-binary.s @@ -19,6 +19,8 @@ # RUN: | FileCheck %s --check-prefix ERR # ERR: unknown --oformat value: foo +# RUN: ld.lld -o /dev/null %t --oformat elf + .text .align 4 .globl _start |