diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2017-01-02 19:19:15 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2017-01-02 19:19:15 +0000 |
commit | d93e1dfac8711cfed1a9d9cd1876a788b83945cd (patch) | |
tree | 5896fa6c02a262a6148b215487e545d937de58b7 /test/ELF/undef-start.s | |
parent | 8d43286d630f9224de07809ea253e83ebb9cdee6 (diff) |
Notes
Diffstat (limited to 'test/ELF/undef-start.s')
-rw-r--r-- | test/ELF/undef-start.s | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/ELF/undef-start.s b/test/ELF/undef-start.s index bf1d89853f592..590d0a80096b8 100644 --- a/test/ELF/undef-start.s +++ b/test/ELF/undef-start.s @@ -1,4 +1,3 @@ # RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %s -o %t -# RUN: not ld.lld %t -o %t2 2>&1 | FileCheck %s -# CHECK: undefined symbol: _start +# RUN: ld.lld %t -o %t2 2>&1 # REQUIRES: x86 |