We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6469380 commit 08d0840Copy full SHA for 08d0840
llvm/lib/ProfileData/InstrProf.cpp
@@ -38,7 +38,7 @@ static cl::opt<bool> StaticFuncFullModulePrefix(
38
// of levels to strip. A value larger than the number of directories in the
39
// source file will strip all the directory names and only leave the basename.
40
//
41
-// Note current Thin-LTO module importing for the indirect-calls assumes
+// Note current ThinLTO module importing for the indirect-calls assumes
42
// the source directory name not being stripped. A non-zero option value here
43
// can potentially prevent some inter-module indirect-call-promotions.
44
static cl::opt<unsigned> StaticFuncStripDirNamePrefix(
0 commit comments