[all-commits] [llvm/llvm-project] 2266f4: [Flang][Driver][OpenMP] Enable options for selecti...
Sergio Afonso via All-commits
all-commits at lists.llvm.org
Wed Apr 12 07:00:09 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2266f4a3b38f4b59d313cdd2a9209952afb29d14
https://github.com/llvm/llvm-project/commit/2266f4a3b38f4b59d313cdd2a9209952afb29d14
Author: Sergio Afonso <safonsof at amd.com>
Date: 2023-04-12 (Wed, 12 Apr 2023)
Changed paths:
M clang/include/clang/Driver/Options.td
M flang/test/Driver/driver-help-hidden.f90
M flang/test/Driver/driver-help.f90
A flang/test/Driver/omp-driver-offload.f90
R flang/test/Driver/omp-frontend-forwarding.f90
Log Message:
-----------
[Flang][Driver][OpenMP] Enable options for selecting offloading phases in flang
This patch unlocks the "--offload-device-only", "--offload-host-only" and
"--offload-host-device" options available in Clang for use by the Flang driver.
These can be used to modify the behavior of the driver to select which
compilation invocations are triggered during OpenMP offloading.
Differential Revision: https://reviews.llvm.org/D147941
More information about the All-commits
mailing list