mirror of
https://github.com/RPCS3/llvm.git
synced 2025-03-03 08:07:51 +00:00
Fix comments. NFC.
Change "Thin-LTO" to "ThinLTO" in the comments for consistency. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@296362 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
2b63dffde5
commit
8c896211a1
@ -38,7 +38,7 @@ static cl::opt<bool> StaticFuncFullModulePrefix(
|
||||
// of levels to strip. A value larger than the number of directories in the
|
||||
// source file will strip all the directory names and only leave the basename.
|
||||
//
|
||||
// Note current Thin-LTO module importing for the indirect-calls assumes
|
||||
// Note current ThinLTO module importing for the indirect-calls assumes
|
||||
// the source directory name not being stripped. A non-zero option value here
|
||||
// can potentially prevent some inter-module indirect-call-promotions.
|
||||
static cl::opt<unsigned> StaticFuncStripDirNamePrefix(
|
||||
|
Loading…
x
Reference in New Issue
Block a user