Skip to content

Commit 63ab81c

Browse files
authored
[Flang][experimental] Hide the -ffast-amd-memory-allocator in regualr help screen (llvm#2202)
2 parents 37d1239 + b8fe6e0 commit 63ab81c

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
@@ -3637,8 +3637,8 @@ defm disable_block_signature_string : BoolFOption<"disable-block-signature-strin
36373637
BothFlags<[], [CC1Option], " block signature string)">>;
36383638

36393639
def ffast_amd_memory_allocator : Flag<["-"], "ffast-amd-memory-allocator">, Group<f_Group>,
3640-
Visibility<[FlangOption,FC1Option]>,
3641-
HelpText<"Enable optimized memory allocator for AMD Instinct(tm) APUs">;
3640+
Flags<[HelpHidden]>, Visibility<[FlangOption,FC1Option]>,
3641+
HelpText<"Enable optimized memory allocator for AMD Instinct(tm) APUs (experimental)">;
36423642
def fomit_frame_pointer : Flag<["-"], "fomit-frame-pointer">, Group<f_Group>,
36433643
Visibility<[ClangOption, FlangOption]>,
36443644
HelpText<"Omit the frame pointer from functions that don't need it. "

0 commit comments

Comments
 (0)