[flang-commits] [clang] [flang] [Flang][OpenMP] Add -fopenmp-default-none command line flag (PR #120287)
Michael Klemm via flang-commits
flang-commits at lists.llvm.org
Wed Dec 18 09:08:09 PST 2024
mjklemm wrote:
> Is NONE special enough to have a dedicated option, or could we have `-fopenmp-default=<dsa>` for any dsa?
I have thought about this, but that's going to be dangerous. I intended this option to be solely for detecting potential races through unintended sharing.
https://github.com/llvm/llvm-project/pull/120287
More information about the flang-commits
mailing list