Because PIE executables have an e_type of llvm::ELF::ET_DYN,
they are not of type eTypeExecutable, and were being removed
when svr4 packets were used.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Nit: Adding a comment explaining why we special-case the main executable (i.e.: because it is never included in libraries-svr4 packets) might be useful here.