Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Time | Test | |
---|---|---|
90 ms | x64 debian > lld.MachO::stabs.s | |
60 ms | x64 debian > lld.MachO::undef.s | |
220 ms | x64 windows > lld.MachO::undef.s |
Event Timeline
This is for https://bugs.llvm.org/show_bug.cgi?id=49282 right? For testing you could create a file with an undefined symbol. See e.g. test/ELF/undef.s.
Btw, I think you didn't upload all your local changes, since DwarfObject::find doesn't exist in my local repo :)
Yeah. Thanks
Btw, I think you didn't upload all your local changes, since DwarfObject::find doesn't exist in my local repo :)
Updated. Sorry about that!
updated diff:
- stop excluding debug sessions from reloc-parsing (cos we need the info)
- added some test
pending issue: test didn't pass :-( ... it seems the reloc offset is wrong (and we coulnd't find it ...) Or I'm mis-interpretting it. Thoughts?
Just for my understanding: This loads more dwarf data into memory (so that we can use it for diags), but it doesn't write it to the output, right?
clang-tidy: warning: invalid case style for parameter 'Type' [readability-identifier-naming]
not useful
clang-tidy: warning: invalid case style for parameter 'Offset' [readability-identifier-naming]
not useful
clang-tidy: warning: invalid case style for parameter 'S' [readability-identifier-naming]
not useful