[all-commits] [llvm/llvm-project] 9c8a88: [Clang][Docs] Add new offloading flags to the clan...
Joseph Huber via All-commits
all-commits at lists.llvm.org
Fri Apr 29 10:07:35 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9c8a88382d86c731db3c5c92d8ecd6ef296329ab
https://github.com/llvm/llvm-project/commit/9c8a88382d86c731db3c5c92d8ecd6ef296329ab
Author: Joseph Huber <jhuber6 at vols.utk.edu>
Date: 2022-04-29 (Fri, 29 Apr 2022)
Changed paths:
M clang/docs/ClangCommandLineReference.rst
Log Message:
-----------
[Clang][Docs] Add new offloading flags to the clang documentation
Summary:
Some previous patches introduced the `--offload-new-driver` flag, which
is a generic way to enable the new driver, and the `--offload-host-only`
and `--offload-device-only` flags which allow users to compile for one
side, making it easier to inspect intermediate code for offloading
compilations. This patch just documents them in the command line
reference.
More information about the All-commits
mailing list