forked from OSchip/llvm-project
[Options] Make --cuda-path-ignore-env a Flag, NFCI.
This option doesn't take an argument! llvm-svn: 324259
This commit is contained in:
parent
5c6e6c28c4
commit
c0f116e060
|
@ -556,7 +556,7 @@ def no_cuda_version_check : Flag<["--"], "no-cuda-version-check">,
|
|||
def no_cuda_noopt_device_debug : Flag<["--"], "no-cuda-noopt-device-debug">;
|
||||
def cuda_path_EQ : Joined<["--"], "cuda-path=">, Group<i_Group>,
|
||||
HelpText<"CUDA installation path">;
|
||||
def cuda_path_ignore_env : Joined<["--"], "cuda-path-ignore-env">, Group<i_Group>,
|
||||
def cuda_path_ignore_env : Flag<["--"], "cuda-path-ignore-env">, Group<i_Group>,
|
||||
HelpText<"Ignore environment variables to detect CUDA installation">;
|
||||
def ptxas_path_EQ : Joined<["--"], "ptxas-path=">, Group<i_Group>,
|
||||
HelpText<"Path to ptxas (used for compiling CUDA code)">;
|
||||
|
|
Loading…
Reference in New Issue