summaryrefslogtreecommitdiff
path: root/flang/lib/Support/Flags.cpp
AgeCommit message (Collapse)Author
2025-05-29[flang] Generlize names of delayed privatization CLI flags (#138816)Kareem Ergawy
Remove the `openmp` prefix from delayed privatization/localization flags since they are now used for `do concurrent` as well. PR stack: - https://github.com/llvm/llvm-project/pull/137928 - https://github.com/llvm/llvm-project/pull/138505 - https://github.com/llvm/llvm-project/pull/138506 - https://github.com/llvm/llvm-project/pull/138512 - https://github.com/llvm/llvm-project/pull/138534 - https://github.com/llvm/llvm-project/pull/138816 (this PR)