Skip to content

Commit e5ae255

Browse files
committed
Show Umpire support as experimental
1 parent f4201b7 commit e5ae255

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/include/clang/Driver/Options.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3638,7 +3638,7 @@ defm disable_block_signature_string : BoolFOption<"disable-block-signature-strin
36383638

36393639
def ffast_amd_memory_allocator : Flag<["-"], "ffast-amd-memory-allocator">, Group<f_Group>,
36403640
Visibility<[FlangOption,FC1Option]>,
3641-
HelpText<"Enable optimized memory allocator for AMD Instinct(tm) APUs">;
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)