Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #13403 from dlongnecke-cray/mli-fix-unsupported-ty…
…pe-errors Skip standard modules when generating MLL wrappers This PR will resolve #13394. Standard modules export functions with types that multi-locale libraries are not ready to support yet. This PR causes the code generation for exported functions in multi-locale libraries to skip over standard modules as well as internal. In addition, this PR also absorbs changes from closed PR #13393, since that PR's testing was dependent on this. Testing: - [x] interop/C/multilocale on darwin when CHPL_COMM=gasnet - [x] interop/python/multilocale on darwin when CHPL_COMM=gasnet - [x] ALL on linux64 when CHPL_COMM=gasnet - [x] ALL on linux64 when CHPL_COMM=none Thanks @lydia-duncan for review.
- Loading branch information