[PATCH] D78980: Elaborate more on --rocm-path flag.
Matt Arsenault via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri May 1 17:16:07 PDT 2020
arsenm marked an inline comment as done.
arsenm added inline comments.
================
Comment at: clang/include/clang/Driver/Options.td:612
def rocm_path_EQ : Joined<["--"], "rocm-path=">, Group<i_Group>,
- HelpText<"ROCm installation path">;
+ HelpText<"ROCm installation path, used for finding and automatically linking required bitcode libraries.">;
def hip_device_lib_path_EQ : Joined<["--"], "hip-device-lib-path=">, Group<Link_Group>,
----------------
yaxunl wrote:
> we also want to use this for adding include and library path for HIP.
It doesn't actually do that yet though
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D78980/new/
https://reviews.llvm.org/D78980
More information about the cfe-commits
mailing list