diff options
| author | Sean Silva <chisophugis@gmail.com> | 2016-03-22 23:19:40 +0000 |
|---|---|---|
| committer | Sean Silva <chisophugis@gmail.com> | 2016-03-22 23:19:40 +0000 |
| commit | 009ea26358bc2a833a518afed4a9625e6aad8025 (patch) | |
| tree | 7833ebeedd67c0389ea94bb3d7676ef6c98ce7a3 | |
| parent | 10bf15ee8ee3dc32c05ff78de79811345a0b9a2c (diff) | |
| download | bcm5719-llvm-009ea26358bc2a833a518afed4a9625e6aad8025.tar.gz bcm5719-llvm-009ea26358bc2a833a518afed4a9625e6aad8025.zip | |
Tidy up this test a bit.
llvm-svn: 264117
| -rw-r--r-- | lld/test/ELF/lto/linkonce-odr.ll | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lld/test/ELF/lto/linkonce-odr.ll b/lld/test/ELF/lto/linkonce-odr.ll index 470ae361db2..7a071114937 100644 --- a/lld/test/ELF/lto/linkonce-odr.ll +++ b/lld/test/ELF/lto/linkonce-odr.ll @@ -9,8 +9,9 @@ target triple = "x86_64-unknown-linux-gnu" declare void @f() define void @g() { - call void @f() ret void -} + call void @f() + ret void +} ; Be sure that the linkonce_odr symbol 'f' is kept. ; CHECK: Symbol { |

