[clang] [flang] [Flang][OpenMP] Add -fopenmp-force-usm option to flang (PR #94359)
Michael Kruse via cfe-commits
cfe-commits at lists.llvm.org
Tue Jun 4 07:45:46 PDT 2024
================
@@ -766,6 +766,8 @@ void Flang::ConstructJob(Compilation &C, const JobAction &JA,
Args.AddAllArgs(CmdArgs, options::OPT_fopenmp_version_EQ);
// FIXME: Clang supports a whole bunch more flags here.
----------------
Meinersbur wrote:
The FIXME should stay behind all handled options
https://github.com/llvm/llvm-project/pull/94359
More information about the cfe-commits
mailing list