[Openmp-commits] [compiler-rt] [libc] [libcxx] [libcxxabi] [libunwind] [llvm] [openmp] [Runtimes] Introduce variables containing resource dir paths (PR #177953)
Petr Hosek via Openmp-commits
openmp-commits at lists.llvm.org
Tue Jan 27 01:05:49 PST 2026
================
@@ -47,6 +38,17 @@ function (get_toolchain_library_subdir outvar)
endfunction ()
+# Corresponds to Flang's ToolChain::getDefaultIntrinsicModuleDir().
+function (get_toolchain_module_subdir outvar)
----------------
petrhosek wrote:
I'd consider naming it `get_fortran_module_subdir` because "module" could mean either C++ module or Fortran module.
https://github.com/llvm/llvm-project/pull/177953
More information about the Openmp-commits
mailing list