From ec0e76a54fb9f4249b260bd047af9a116ebfb2a7 Mon Sep 17 00:00:00 2001 From: Dhruv Chawla Date: Thu, 19 Mar 2026 06:14:38 -0700 Subject: [PATCH] AutoFDO: Update common.opt.urls with new option I had missed updating this earlier while adding the --print-autofdo-gcov-version option. Pushing as obvious. Signed-off-by: Dhruv Chawla gcc/ChangeLog: * common.opt.urls: Added missing entry. --- gcc/common.opt.urls | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gcc/common.opt.urls b/gcc/common.opt.urls index b2d7a20da81..6325b083615 100644 --- a/gcc/common.opt.urls +++ b/gcc/common.opt.urls @@ -1924,6 +1924,9 @@ UrlSuffix(gcc/Instrumentation-Options.html#index-pg) pipe UrlSuffix(gcc/Overall-Options.html#index-pipe) +print-autofdo-gcov-version +UrlSuffix(gcc/Developer-Options.html#index-print-autofdo-gcov-version) + print-file-name= UrlSuffix(gcc/Developer-Options.html#index-print-file-name)