[flang-commits] [flang] [flang][openacc] Allow open acc routines from other modules. (PR #136012)

Razvan Lupusoru via flang-commits flang-commits at lists.llvm.org
Fri Apr 25 17:36:19 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);
----------------
razvanlupusoru wrote:

This makes sense to me but worries me a bit. Why is this feature enabled automatically instead of taking option from command line?

https://github.com/llvm/llvm-project/pull/136012


More information about the flang-commits mailing list