diff --git a/clang/docs/ClangCommandLineReference.rst b/clang/docs/ClangCommandLineReference.rst index 33f9a55f624843..384b092389c878 100644 --- a/clang/docs/ClangCommandLineReference.rst +++ b/clang/docs/ClangCommandLineReference.rst @@ -238,6 +238,22 @@ Flush denormal floating point values to zero in CUDA/HIP device mode. Specify comma-separated list of triples OpenMP offloading targets to be supported +.. option:: -fopenmp-new-driver, -fno-openmp-new-driver + +Use the new driver for OpenMP offloading. + +.. option:: --offload-new-driver, --no-offload-new-driver + +Use the new driver for offloading compilation. + +.. option:: --offload-host-only + +Only compile for the host when offloading. + +.. option:: --offload-device-only + +Only compile for the device when offloading. + .. option:: -force\_cpusubtype\_ALL .. program:: clang1 @@ -801,10 +817,6 @@ Generate Interface Stub Files, emit merged text not binary. Extract API information -.. option:: -fopenmp-new-driver, fno-openmp-new-driver - -Use the new driver for OpenMP offloading. - .. option:: -fsyntax-only .. option:: -module-file-info