jsjodin wrote: > This looks reasonable to me. Is there any way to test it or is this all > exercised by existing tests?
It is exercised by existing tests, except for new functions needed because of the shared interface, so those could potentially be replaced with llvm_unreachable since OpenMP does not use those functions. https://github.com/llvm/llvm-project/pull/197946 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
