diff options
| author | Fangrui Song <maskray@google.com> | 2019-07-09 06:10:21 +0000 |
|---|---|---|
| committer | Fangrui Song <maskray@google.com> | 2019-07-09 06:10:21 +0000 |
| commit | c117be6fc620c7b97e6fc1de71291e5082d60614 (patch) | |
| tree | 5a7ef1397637838d6a03d4c9bb87429f4a67a553 | |
| parent | 77bb3a486fa6733f000ffa44c8dc5a6b730fc573 (diff) | |
| download | bcm5719-llvm-c117be6fc620c7b97e6fc1de71291e5082d60614.tar.gz bcm5719-llvm-c117be6fc620c7b97e6fc1de71291e5082d60614.zip | |
[ELF][test] Rename tail-merge-string-align2.s to merge-string-align2.s
This test was added by D64200/r365139 to check we don't merge
SHF_MERGE|SHF_STRINGS sections with different alignments (that wastes
space and can make MergeTailAlignment::Builder out of sync).
It has nothing to do with tail merge (-O2), so rename it.
llvm-svn: 365442
| -rw-r--r-- | lld/test/ELF/merge-string-align2.s (renamed from lld/test/ELF/tail-merge-string-align2.s) | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/lld/test/ELF/tail-merge-string-align2.s b/lld/test/ELF/merge-string-align2.s index 0d6a407d204..0d6a407d204 100644 --- a/lld/test/ELF/tail-merge-string-align2.s +++ b/lld/test/ELF/merge-string-align2.s |

