summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin Lebar <jlebar@google.com>2016-04-05 18:26:25 +0000
committerJustin Lebar <jlebar@google.com>2016-04-05 18:26:25 +0000
commit19dafbd2117cc8bf877af5a5d5becf55ac8d78f2 (patch)
treeba732d53342ced0480aa23f7ce878db93b8d9342
parentd3a44f68854e3e093662117621c607e3361716ec (diff)
downloadbcm5719-llvm-19dafbd2117cc8bf877af5a5d5becf55ac8d78f2.tar.gz
bcm5719-llvm-19dafbd2117cc8bf877af5a5d5becf55ac8d78f2.zip
[CUDA] Show --cuda-gpu-arch option in clang --help.
For some reason it was hidden. llvm-svn: 265436
-rw-r--r--clang/include/clang/Driver/Options.td4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/include/clang/Driver/Options.td b/clang/include/clang/Driver/Options.td
index 9af20439992..67e875832a0 100644
--- a/clang/include/clang/Driver/Options.td
+++ b/clang/include/clang/Driver/Options.td
@@ -374,8 +374,8 @@ def c : Flag<["-"], "c">, Flags<[DriverOption]>,
HelpText<"Only run preprocess, compile, and assemble steps">;
def cuda_device_only : Flag<["--"], "cuda-device-only">,
HelpText<"Do device-side CUDA compilation only">;
-def cuda_gpu_arch_EQ : Joined<["--"], "cuda-gpu-arch=">,
- Flags<[DriverOption, HelpHidden]>, HelpText<"CUDA GPU architecture">;
+def cuda_gpu_arch_EQ : Joined<["--"], "cuda-gpu-arch=">, Flags<[DriverOption]>,
+ HelpText<"CUDA GPU architecture (e.g. sm_35). May be specified more than once.">;
def cuda_host_only : Flag<["--"], "cuda-host-only">,
HelpText<"Do host-side CUDA compilation only">;
def cuda_noopt_device_debug : Flag<["--"], "cuda-noopt-device-debug">,
OpenPOWER on IntegriCloud