Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[cxxmodules] Implement mapping between identifier and a library.
This patch allows given a name to deduce the library it is defined in. It uses the fact that we have a module per library. The lookup returns a declaration whose owning module gives a hint about the corresponding library. This is useful to implement the TCling::AutoLoad interface for modules.
- Loading branch information