[OpenMP] Remove OpenMP CUDA Target Parallel compiler flag
authorJoseph Huber <jhuber6@vols.utk.edu>
Fri, 21 May 2021 18:43:44 +0000 (14:43 -0400)
committerHuber, Joseph <huberjn@ornl.gov>
Tue, 22 Jun 2021 19:10:19 +0000 (15:10 -0400)
commitbc768aac2e4ebc3613f1e5601b15f663a6385044
treea6159669f928bc7514bca4e61fb17163a28b1a79
parente4ec61308326c1f4c960577e8494e1d6024b0130
[OpenMP] Remove OpenMP CUDA Target Parallel compiler flag

Summary:
The changes introduced in D97680 turns this command line option into a no-op so
it can be removed entirely.

Reviewed By: tianshilei1992

Differential Revision: https://reviews.llvm.org/D102940
clang/include/clang/Basic/LangOptions.def
clang/include/clang/Driver/Options.td
clang/lib/Driver/ToolChains/Clang.cpp
clang/lib/Frontend/CompilerInvocation.cpp