================ @@ -47,6 +38,17 @@ function (get_toolchain_library_subdir outvar) endfunction () +# Corresponds to Flang's ToolChain::getDefaultIntrinsicModuleDir(). +function (get_toolchain_fortran_module_subdir outvar) + set(outval "finclude/flang") ---------------- kparzysz wrote:
Perhaps details like this could be addressed at a later point. In any case this would only become effective for release 23, so there is still time to sort this out. In the meantime there is further work in flang that depends on Michael's work. Getting this merged sooner than later is in the interest of flang development. https://github.com/llvm/llvm-project/pull/177953 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
