[flang-commits] [flang] [flang][openacc] Allow open acc routines from other modules. (PR #136012)
Valentin Clement バレンタイン クレメン via flang-commits
flang-commits at lists.llvm.org
Mon Apr 28 08:49:51 PDT 2025
================
@@ -1387,6 +1394,7 @@ Scope *ModFileReader::Read(SourceName name, std::optional<bool> isIntrinsic,
parser::Options options;
options.isModuleFile = true;
options.features.Enable(common::LanguageFeature::BackslashEscapes);
+ options.features.Enable(common::LanguageFeature::OpenACC);
----------------
clementval wrote:
Do we want module to be read with all the options enabled? If so that's fine with me.
https://github.com/llvm/llvm-project/pull/136012
More information about the flang-commits
mailing list