commit | b27bb59a5db3e533a5abb80451848bb49d8e9837 | [log] [tgz] |
---|---|---|
author | Petr Hosek <phosek@chromium.org> | Thu Feb 23 06:22:28 2017 +0000 |
committer | Petr Hosek <phosek@chromium.org> | Thu Feb 23 06:22:28 2017 +0000 |
tree | 92694100c6c2f7a6d4bcc09d5d3eec0662a41bc0 | |
parent | 0d6592a899954772f45a951cb3a48df0268d736d [diff] |
[ELF] Ignore R_*_NONE relocs when relocating non-alloc sections We shouldn't report an error for R_*_NONE relocs since we're emitting them when writing relocations to discarded sections. Differential Revision: https://reviews.llvm.org/D30279 llvm-svn: 295936