Previously we did not report this.
Also this removes multiple lookups in the map
what cleanups the code.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Sorry, during final test run I found this fix reveals a bug in one of the testcases: llvm-objcopy/ELF/no-build-id.test
I fixed it. Could you review this change please too?
test/tools/llvm-objcopy/ELF/no-build-id.test | ||
---|---|---|
13 ↗ | (On Diff #197368) | If you want to leave it as is, then fine, but I'd actually prefer the section name be changed to .note.foo in both cases, not .note.gnu.foo, since the "gnu" bit implies something specific to do with GNU which isn't the case. |
test/tools/llvm-objcopy/ELF/no-build-id.test | ||
---|---|---|
13 ↗ | (On Diff #197368) | I changed the name as you suggested before the commit. |