[all-commits] [llvm/llvm-project] 8731b6: [flang][OpenMP] Pass OpenMP version to getOpenMPDi...
Krzysztof Parzyszek via All-commits
all-commits at lists.llvm.org
Thu May 8 10:38:57 PDT 2025
Branch: refs/heads/users/kparzysz/spr/v03-omp-nameversion-flang
Home: https://github.com/llvm/llvm-project
Commit: 8731b69d0bd83df29b8e6974d3476460e4bf6ed5
https://github.com/llvm/llvm-project/commit/8731b69d0bd83df29b8e6974d3476460e4bf6ed5
Author: Krzysztof Parzyszek <Krzysztof.Parzyszek at amd.com>
Date: 2025-05-08 (Thu, 08 May 2025)
Changed paths:
M flang/examples/FlangOmpReport/FlangOmpReportVisitor.cpp
M flang/include/flang/Parser/dump-parse-tree.h
M flang/include/flang/Parser/unparse.h
M flang/include/flang/Semantics/unparse-with-symbols.h
M flang/lib/Frontend/ParserActions.cpp
M flang/lib/Lower/OpenMP/ClauseProcessor.h
M flang/lib/Lower/OpenMP/Decomposer.cpp
M flang/lib/Lower/OpenMP/OpenMP.cpp
M flang/lib/Parser/openmp-parsers.cpp
M flang/lib/Parser/parse-tree.cpp
M flang/lib/Parser/unparse.cpp
M flang/lib/Semantics/check-omp-structure.cpp
M flang/lib/Semantics/mod-file.cpp
M flang/lib/Semantics/resolve-directives.cpp
M flang/lib/Semantics/unparse-with-symbols.cpp
Log Message:
-----------
[flang][OpenMP] Pass OpenMP version to getOpenMPDirectiveName
The OpenMP version is stored in LangOptions in SemanticsContext. Use the
fallback version where SemanticsContext is unavailable (debug dumps).
RFC: https://discourse.llvm.org/t/rfc-alternative-spellings-of-openmp-directives/85507
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list