================ @@ -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") ---------------- Meinersbur wrote:
Could we please not discuss this here? This has already been discussed in the Flang community. https://github.com/llvm/llvm-project/pull/177953 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
