diff options
| author | Rafael Espindola <rafael.espindola@gmail.com> | 2017-12-06 03:35:40 +0000 |
|---|---|---|
| committer | Rafael Espindola <rafael.espindola@gmail.com> | 2017-12-06 03:35:40 +0000 |
| commit | 3a02234e0da35057e9b99b683a65cd0cacefa367 (patch) | |
| tree | caa0e1b4abbe4ef931a996b1c9c5319781251cd4 | |
| parent | a681a1167eef42e4bbad9cb8226958e61c9923ee (diff) | |
| download | bcm5719-llvm-3a02234e0da35057e9b99b683a65cd0cacefa367.tar.gz bcm5719-llvm-3a02234e0da35057e9b99b683a65cd0cacefa367.zip | |
Make this test a bit less confusing.
Before this patch foo and bar have the same address as .text is empty.
llvm-svn: 319877
| -rw-r--r-- | lld/test/ELF/Inputs/copy-rel-pie.s | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lld/test/ELF/Inputs/copy-rel-pie.s b/lld/test/ELF/Inputs/copy-rel-pie.s index 6dac01ddec6..b3345ceea67 100644 --- a/lld/test/ELF/Inputs/copy-rel-pie.s +++ b/lld/test/ELF/Inputs/copy-rel-pie.s @@ -9,3 +9,4 @@ foo: .global bar .type bar, @function bar: +retq |

