commit | ab658f42a739a465f098b20e85a3704769909667 | [log] [tgz] |
---|---|---|
author | George Rimar <grimar@accesssoftek.com> | Tue Jul 23 07:38:44 2019 +0000 |
committer | George Rimar <grimar@accesssoftek.com> | Tue Jul 23 07:38:44 2019 +0000 |
tree | 44740c865661a3122dc3f40880d41234ec5c5451 | |
parent | b95fcf09c081e5f81f1e5c4ee434b3d0b912208a [diff] |
[yaml2elf] - Treat the SHN_UNDEF section as kind of regular section. We have a logic that adds a few sections implicitly. Though the SHT_NULL section with section number 0 is an exception. In D64913 I want to teach yaml2obj to redefine the null section. And in this patch I add it to the sections list, to make it kind of a regular section. Differential revision: https://reviews.llvm.org/D65087 llvm-svn: 366785