[Openmp-commits] [clang] [flang] [llvm] [openmp] [Flang][OpenMP] Move builtin .mod generation into runtimes (PR #137828)
Joseph Huber via Openmp-commits
openmp-commits at lists.llvm.org
Tue Apr 29 08:54:38 PDT 2025
================
@@ -157,6 +157,9 @@ class ToolChain {
/// The list of toolchain specific path prefixes to search for programs.
path_list ProgramPaths;
+ path_list ModulePaths;
+ path_list IntrinsicModulePaths;
----------------
jhuber6 wrote:
Format.
https://github.com/llvm/llvm-project/pull/137828
More information about the Openmp-commits
mailing list