ELF object files can contain `.ctors` and `.dtors` sections that also participate as initializers. Reviewed By: lhames Differential Revision: https://reviews.llvm.org/D154802
This allows these details to be shared with JITLink, which is allowed to depend on the OrcShared library (but not on OrcJIT).