Skip to content

Commit 207f7b6

Browse files
committed
one more missing doc comment
1 parent 146e3b5 commit 207f7b6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

llvm/include/llvm/CGData/StableFunctionMapRecord.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,8 @@ struct StableFunctionMapRecord {
103103
serializeYAML(YOS);
104104
}
105105

106+
/// Set whether to read stable function names from the buffer.
107+
/// Has no effect if the function map is read from a YAML stream.
106108
void setReadStableFunctionMapNames(bool Read) {
107109
assert(
108110
FunctionMap->empty() &&

0 commit comments

Comments
 (0)