#
7a4013f0 |
| 28-Aug-2024 |
Lang Hames <lhames@gmail.com> |
[ORC] Generalize loadRelocatableObject to loadLinkableFile, add archive support.
This allows us to rewrite part of StaticLibraryDefinitionGenerator in terms of loadLinkableFile.
It's also useful fo
[ORC] Generalize loadRelocatableObject to loadLinkableFile, add archive support.
This allows us to rewrite part of StaticLibraryDefinitionGenerator in terms of loadLinkableFile.
It's also useful for clients who may not know (either from file extensions or context) whether a given path will be an object file, an archive, or a universal binary.
rdar://134638070
show more ...
|