[PATCH] D133367: [OpenMP] Remove use of removed '-f[no-]openmp-new-driver' flag

Artem Belevich via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Sep 6 11:12:59 PDT 2022


tra added inline comments.


================
Comment at: clang/lib/Driver/Driver.cpp:3906
-      (C.isOffloadingHostKind(Action::OFK_OpenMP) &&
-       Args.hasFlag(options::OPT_fopenmp_new_driver,
-                    options::OPT_no_offload_new_driver, true)) ||
----------------
The option still exists in the `Options.td` file. Should it be removed?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D133367/new/

https://reviews.llvm.org/D133367



More information about the cfe-commits mailing list