diff options
author | Georgii Rymar <grimar@accesssoftek.com> | 2020-02-17 20:27:43 +0300 |
---|---|---|
committer | Georgii Rymar <grimar@accesssoftek.com> | 2020-02-19 15:09:19 +0300 |
commit | 3439d4ee0e4cb51098f019221143fcc22928bce4 (patch) | |
tree | 4c0c8862cff0cf5b02c0737cf9c5767f9a3dc78e /llvm/unittests/Support/ErrorTest.cpp | |
parent | 78654e8511cf16d49f6680d782f3771a767ba942 (diff) | |
download | llvm-3439d4ee0e4cb51098f019221143fcc22928bce4.zip llvm-3439d4ee0e4cb51098f019221143fcc22928bce4.tar.gz llvm-3439d4ee0e4cb51098f019221143fcc22928bce4.tar.bz2 |
[yaml2obj] - Change the order of implicitly created sections.
.dynsym and .dynstr are allocatable and therefore normally are placed
before non-allocatable .strtab, .shstrtab, .symtab sections.
But we are placing them after currently what creates a mix of
alloc/non-alloc sections and does not look normal.
Differential revision: https://reviews.llvm.org/D74756
Diffstat (limited to 'llvm/unittests/Support/ErrorTest.cpp')
0 files changed, 0 insertions, 0 deletions