Skip to content

Commit 994c544

Browse files
maflckoMarcoFalke
andauthored
doc: Clarify that ffile-prefix-map applies to fcoverage-prefix-map, too [NFC] (#117135)
Co-authored-by: MarcoFalke <*~=`'#}+{/-|&$^[email protected]>
1 parent d71fa33 commit 994c544

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
@@ -4405,7 +4405,7 @@ def fcoverage_prefix_map_EQ
44054405
HelpText<"remap file source paths <old> to <new> in coverage mapping. If there are multiple options, prefix replacement is applied in reverse order starting from the last one">;
44064406
def ffile_prefix_map_EQ
44074407
: Joined<["-"], "ffile-prefix-map=">, Group<f_Group>,
4408-
HelpText<"remap file source paths in debug info, predefined preprocessor "
4408+
HelpText<"remap file source paths in debug info, coverage mapping, predefined preprocessor "
44094409
"macros and __builtin_FILE(). Implies -ffile-reproducible.">;
44104410
def fmacro_prefix_map_EQ
44114411
: Joined<["-"], "fmacro-prefix-map=">, Group<f_Group>,

0 commit comments

Comments
 (0)