Skip to content

Commit ccac4e0

Browse files
[NFC][Clang] Update Clang's help message for --offload-compress (#20654)
`--offload-compress` works for SYCL as well. I forgot to update the help message of this flag when I initially added support for image compression (in #15124).
1 parent 431a278 commit ccac4e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clang/include/clang/Driver/Options.td

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1341,12 +1341,12 @@ def fgpu_sanitize : Flag<["-"], "fgpu-sanitize">, Group<f_Group>,
13411341
def fno_gpu_sanitize : Flag<["-"], "fno-gpu-sanitize">, Group<f_Group>;
13421342

13431343
def offload_compress : Flag<["--"], "offload-compress">,
1344-
HelpText<"Compress offload device binaries (HIP only)">;
1344+
HelpText<"Compress offload device binaries (HIP and SYCL only)">;
13451345
def no_offload_compress : Flag<["--"], "no-offload-compress">;
13461346

13471347
def offload_compression_level_EQ : Joined<["--"], "offload-compression-level=">,
13481348
Flags<[HelpHidden]>,
1349-
HelpText<"Compression level for offload device binaries (HIP only)">;
1349+
HelpText<"Compression level for offload device binaries (HIP and SYCL only)">;
13501350

13511351
def offload_jobs_EQ : Joined<["--"], "offload-jobs=">,
13521352
HelpText<"Specify the number of threads to use for device offloading tasks "

0 commit comments

Comments
 (0)