[Openmp-commits] [PATCH] D118934: [OpenMP] Completely remove old device runtime
Jon Chesterfield via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Thu Feb 3 11:58:30 PST 2022
JonChesterfield added inline comments.
================
Comment at: clang/include/clang/Driver/Options.td:2470
Group<f_Group>, Flags<[CC1Option, NoArgumentUnused, HelpHidden]>;
-defm openmp_target_new_runtime: BoolFOption<"openmp-target-new-runtime",
- LangOpts<"OpenMPTargetNewRuntime">, DefaultTrue,
----------------
tianshilei1992 wrote:
> Since LLVM 14 has this flags, we probably want to keep this argument, mark it as deprecated, and emit a warning saying there is no old runtime anymore.
Or port this to 14
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D118934/new/
https://reviews.llvm.org/D118934
More information about the Openmp-commits
mailing list