[all-commits] [llvm/llvm-project] bc768a: [OpenMP] Remove OpenMP CUDA Target Parallel compil...
Joseph Huber via All-commits
all-commits at lists.llvm.org
Tue Jun 22 12:10:38 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: bc768aac2e4ebc3613f1e5601b15f663a6385044
https://github.com/llvm/llvm-project/commit/bc768aac2e4ebc3613f1e5601b15f663a6385044
Author: Joseph Huber <jhuber6 at vols.utk.edu>
Date: 2021-06-22 (Tue, 22 Jun 2021)
Changed paths:
M clang/include/clang/Basic/LangOptions.def
M clang/include/clang/Driver/Options.td
M clang/lib/Driver/ToolChains/Clang.cpp
M clang/lib/Frontend/CompilerInvocation.cpp
Log Message:
-----------
[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
More information about the All-commits
mailing list