diff options
| author | Peter Collingbourne <peter@pcc.me.uk> | 2016-04-24 02:42:34 +0000 |
|---|---|---|
| committer | Peter Collingbourne <peter@pcc.me.uk> | 2016-04-24 02:42:34 +0000 |
| commit | 7fa5970e690bfc0a40bd32a919a4f5d9eaa7bd5a (patch) | |
| tree | 959947606e4ad325a4ee6aef1d3259b3bf45d7cf | |
| parent | 6d01a35ef6f99391e2ff60e79bebe4a32051227e (diff) | |
| download | bcm5719-llvm-7fa5970e690bfc0a40bd32a919a4f5d9eaa7bd5a.tar.gz bcm5719-llvm-7fa5970e690bfc0a40bd32a919a4f5d9eaa7bd5a.zip | |
Test what I intended to test.
llvm-svn: 267316
| -rw-r--r-- | lld/test/ELF/undef-shared.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/test/ELF/undef-shared.s b/lld/test/ELF/undef-shared.s index ea7f06e5d36..ed910357144 100644 --- a/lld/test/ELF/undef-shared.s +++ b/lld/test/ELF/undef-shared.s @@ -1,5 +1,5 @@ # RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %s -o %t.o -# RUN: not ld.lld %t.o -o %t 2>&1 | FileCheck %s +# RUN: not ld.lld %t.o -o %t.so -shared 2>&1 | FileCheck %s # CHECK: undefined symbol: hidden in {{.*}} .global hidden |

