| commit | fdfcb796e1d2068facdb19b18ea67f1d520e654f | [log] [tgz] |
|---|---|---|
| author | Petr Hosek <phosek@chromium.org> | Thu Sep 01 22:43:03 2016 +0000 |
| committer | Petr Hosek <phosek@chromium.org> | Thu Sep 01 22:43:03 2016 +0000 |
| tree | 27a704cb9687948ea55577581fa0ab6ae8e82f41 | |
| parent | acdc8e6355b2dde24f83441640063bd04af148c5 [diff] |
[ELF] Do not omit debug sections when computing build-id The primary use of build-id is in debugging, hence omitting debug sections when computing it significantly reduces its usability as changes in debug section content wouldn't alter the build-id. Differential Revision: https://reviews.llvm.org/D24120 llvm-svn: 280421